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

/frameworks/rs/cpp/
H A DAllocation.cpp49 RS_ALLOCATION_USAGE_IO_INPUT |
55 if ((usage & RS_ALLOCATION_USAGE_IO_INPUT) != 0) {
57 if ((usage & ~(RS_ALLOCATION_USAGE_IO_INPUT |
164 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) {
/frameworks/rs/
H A DrsDefines.h114 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, enumerator in enum:RsAllocationUsageType
/frameworks/rs/driver/
H A DrsdAllocation.cpp169 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) {
384 } else if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) {
499 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) &&

Completed in 7894 milliseconds