Home
last modified time | relevance | path

Searched refs:getNumFlexPlanes (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.h62 GRALLOC1_PFN_GET_NUM_FLEX_PLANES getNumFlexPlanes; member
DGralloc1Mapper.cpp88 &mDispatch.getNumFlexPlanes); in initDispatch()
216 mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockBuffer()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.cpp149 bufferHook<decltype(&Buffer::getNumFlexPlanes), in doGetFunction()
150 &Buffer::getNumFlexPlanes, uint32_t*>); in doGetFunction()
DGralloc1On0Adapter.h241 gralloc1_error_t getNumFlexPlanes(uint32_t* outNumPlanes) const { in getNumFlexPlanes() function