Searched refs:RS_ALLOCATION_USAGE_IO_OUTPUT (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsFBOCache.cpp53 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) {
H A DrsDefines.h115 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, enumerator in enum:RsAllocationUsageType
/frameworks/rs/cpp/
H A DAllocation.cpp50 RS_ALLOCATION_USAGE_IO_OUTPUT |
154 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) {
/frameworks/rs/driver/
H A DrsdAllocation.cpp382 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) {
500 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {
512 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) &&
619 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {

Completed in 59 milliseconds