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.h132 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0; in getIsRenderTarget()
/frameworks/rs/driver/
DrsdAllocation.cpp577 if (src == RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationSyncAll()
596 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()
703 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) { in rsdAllocationSetSurface()
767 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.rsh413 RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET = 0x0010