Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_IO_OUTPUT (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp77 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rscAllocationDestroy()
83 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) && in rscAllocationDestroy()
/frameworks/rs/
DrsFBOCache.cpp52 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) { in bindColorTarget()
DrsDefines.h94 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, enumerator
/frameworks/rs/cpp/
DAllocation.cpp51 RS_ALLOCATION_USAGE_IO_OUTPUT | in Allocation()
478 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) { in ioSendOutput()
511 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) { in setSurface()
/frameworks/rs/script_api/
Drs_object_types.spec110 value: RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, "Allocation is used as a Surface producer."
/frameworks/rs/driver/
DrsdAllocation.cpp388 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) { in rsdAllocationInitStrided()
560 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rsdAllocationDestroy()
573 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) && in rsdAllocationDestroy()
680 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rsdAllocationSyncAll()
/frameworks/rs/script_api/include/
Drs_object_types.rsh122 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, // Allocation is used as a Surface producer.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript403 (uint32_t) RS_ALLOCATION_USAGE_IO_OUTPUT)));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript405 (uint32_t) RS_ALLOCATION_USAGE_IO_OUTPUT)));