Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp49 RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()
55 if ((usage & RS_ALLOCATION_USAGE_IO_INPUT) != 0) { in Allocation()
57 if ((usage & ~(RS_ALLOCATION_USAGE_IO_INPUT | in Allocation()
164 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) { in ioGetInput()
/frameworks/rs/
DrsDefines.h114 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, enumerator
/frameworks/rs/driver/
DrsdAllocation.cpp169 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in UploadToTexture()
384 } else if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in rsdAllocationInit()
492 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) && in rsdAllocationDestroy()