Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsDefines.h113 RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET = 0x0010, enumerator
DrsAllocation.h148 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0; in getIsRenderTarget()
/frameworks/rs/driver/
DrsdAllocation.cpp599 if (src == RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationSyncAll()
618 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) && in rsdAllocationSyncAll()
680 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationSetSurface()
705 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationSetSurface()
761 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationIoSend()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs201 rsgAllocationSyncAll(gOffscreen, RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET);
/frameworks/rs/cpp/
DAllocation.cpp48 RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET | in Allocation()
/frameworks/rs/scriptc/
Drs_types.rsh432 RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET = 0x0010