Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp46 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE | in Allocation()
60 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE | in Allocation()
157 case RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE: in syncAll()
/frameworks/rs/
DrsDefines.h89 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, enumerator
DrsAllocation.h162 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0; in getIsTexture()
DrsFont.cpp557 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE); in initTextTexture()
/frameworks/rs/script_api/
Drs_object_types.spec105 value: RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, "Allocation is used as a texture source."
Drs_allocation_create.spec141 RS_ALLOCATION_USAGE_SCRIPT and RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE are the
/frameworks/rs/driver/runtime/
Drs_sample.c542 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()
595 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()
640 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript388 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)));
390 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript390 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)));
392 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
/frameworks/rs/script_api/include/
Drs_object_types.rsh117 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, // Allocation is used as a texture source.
Drs_allocation_create.rsh132 * RS_ALLOCATION_USAGE_SCRIPT and RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE are the
/frameworks/rs/driver/
DrsdAllocation.cpp411 …RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE))) { in rsdAllocationInitStrided()
452 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) { in rsdAllocationInitStrided()
676 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) { in rsdAllocationSyncAll()
DrsdRuntimeStubs.cpp349 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE; in CreateAllocation()