Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h180 !initDispatch(GRALLOC1_FUNCTION_GET_STRIDE, &mDispatch.getStride) || in initDispatch()
322 error = mDispatch.getStride(mDevice, buffer, &stride); in allocateOneBuffer()
349 GRALLOC1_PFN_GET_STRIDE getStride; member
/hardware/qcom/display/msm8960/libgralloc/
Dgr.h92 int getStride(int width, int format);
Dalloc_controller.cpp105 int AdrenoMemInfo::getStride(int width, int format) in getStride() function in AdrenoMemInfo
261 alignedw = AdrenoMemInfo::getInstance().getStride(width, format); in getBufferSizeAndDimensions()
Dmapper.cpp388 *stride = AdrenoMemInfo::getInstance().getStride(width, format); in gralloc_perform()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp136 bufferHook<decltype(&Buffer::getStride), in doGetFunction()
137 &Buffer::getStride, uint32_t*>); in doGetFunction()
DGralloc1On0Adapter.h252 gralloc1_error_t getStride(uint32_t* outStride) const { in getStride() function
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1689 static_cast<unsigned>(graphicBuffer->getStride()), in attachToBufferQueue()