Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_IO_INPUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp50 RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()
57 if ((usage & RS_ALLOCATION_USAGE_IO_INPUT) != 0) { in Allocation()
59 if ((usage & ~(RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()
488 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) { in ioGetInput()
500 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) { in getSurface()
/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp76 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) && in rscAllocationDestroy()
/frameworks/rs/
DrsDefines.h93 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, enumerator
/frameworks/rs/script_api/
Drs_object_types.spec109 value: RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, "Allocation is used as a Surface consumer."
/frameworks/rs/script_api/include/
Drs_object_types.rsh121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
/frameworks/rs/driver/
DrsdAllocation.cpp164 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in UploadToTexture()
390 } else if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in rsdAllocationInitStrided()
559 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) && in rsdAllocationDestroy()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript401 (uint32_t) RS_ALLOCATION_USAGE_IO_INPUT)));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript403 (uint32_t) RS_ALLOCATION_USAGE_IO_INPUT)));