Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_IO_OUTPUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v8/renderscript/jni/
Dandroid_rscompat_usage_io_driver.cpp77 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rscAllocationDestroy()
83 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) && in rscAllocationDestroy()
/frameworks/rs/
DrsFBOCache.cpp53 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) { in bindColorTarget()
DrsDefines.h96 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, enumerator
/frameworks/rs/cpp/
DAllocation.cpp51 RS_ALLOCATION_USAGE_IO_OUTPUT | in Allocation()
479 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) { in ioSendOutput()
514 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) { in setSurface()
/frameworks/rs/api/
Drs_object_types.spec110 value: RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, "Allocation is used as a Surface producer."
/frameworks/rs/driver/
DrsdAllocation.cpp385 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) { in rsdAllocationInit()
540 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rsdAllocationDestroy()
552 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) && in rsdAllocationDestroy()
660 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rsdAllocationSyncAll()
/frameworks/rs/scriptc/
Drs_object_types.rsh122 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, // Allocation is used as a Surface producer.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd151 …<tr><th>RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040</th><td>Allocation is used as a Surface producer.</…