Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A 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()
/aosp12/frameworks/rs/
H A DrsDefines.h89 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, enumerator
H A DrsAllocation.h162 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0; in getIsTexture()
H A DrsFont.cpp557 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE); in initTextTexture()
/aosp12/frameworks/rs/driver/runtime/
H A 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()
/aosp12/frameworks/rs/script_api/
H A Drs_object_types.spec105 value: RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, "Allocation is used as a texture source."
H A Drs_allocation_create.spec141 RS_ALLOCATION_USAGE_SCRIPT and RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE are the
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dsingle_source_alloc.rscript388 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)));
390 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dsingle_source_alloc.rscript390 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)));
392 (uint32_t) RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE |
/aosp12/frameworks/rs/driver/
H A 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()
H A DrsdRuntimeStubs.cpp349 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE; in CreateAllocation()
/aosp12/frameworks/rs/script_api/include/
H A Drs_object_types.rsh117 RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE = 0x0002, // Allocation is used as a texture source.
H A Drs_allocation_create.rsh132 * RS_ALLOCATION_USAGE_SCRIPT and RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE are the