Home
last modified time | relevance | path

Searched refs:dimensionY (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_allocation.c15 return alloc->mHal.state.dimensionY; in rsAllocationGetDimY()
59 const uint32_t dimY = alloc->mHal.state.dimensionY; in rsGetElementAt()
Drs_structs.h36 uint32_t dimensionY; member
/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.h55 uint32_t dimensionY; member
DrsAllocation.cpp54 mHal.state.dimensionY = type->getDimY(); in updateCache()
179 if (y >= mHal.state.dimensionY) { in elementData()
/frameworks/rs/
DrsAllocation.h58 uint32_t dimensionY; member
DrsAllocation.cpp57 mHal.state.dimensionY = type->getDimY(); in updateCache()
184 if (y >= mHal.state.dimensionY) { in elementData()
/frameworks/rs/driver/
DrsdAllocation.cpp204 alloc->mHal.state.dimensionX, alloc->mHal.state.dimensionY); in AllocateRenderTarget()
529 alloc->mHal.state.dimensionY); in rsdAllocationSetSurfaceTexture()