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

/frameworks/rs/
H A DrsFBOCache.cpp53 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) {
H A DrsDefines.h108 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, enumerator in enum:RsAllocationUsageType
/frameworks/support/renderscript/v8/rs_support/
H A DrsDefines.h108 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, enumerator in enum:RsAllocationUsageType
/frameworks/rs/cpp/
H A DAllocation.cpp59 RS_ALLOCATION_USAGE_IO_OUTPUT)) != 0) {
156 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp129 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) {
237 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {
/frameworks/rs/driver/
H A DrsdAllocation.cpp292 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) {
446 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {

Completed in 73 milliseconds