Home
last modified time | relevance | path

Searched refs:dstStride (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
DREADME.txt119 …r.allocate(width, height, format, layer_count, allocUsage, &dstBuffer, &dstStride, "requestorName"…
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp1092 uint32_t dstStride = 0; in allocBuffer() local
1097 error = gAllocator.allocate(w, h, format, 1, usage, &mBuffer, &dstStride, "HWC"); in allocBuffer()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp929 uint32_t dstStride = 0; in allocOutBuf() local
956 error = gAllocator.allocate(w, h, format, 1, allocUsage, &dstBuffer, &dstStride, "HWC"); in allocOutBuf()