Home
last modified time | relevance | path

Searched refs:pStride (Results 1 – 5 of 5) sorted by relevance

/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.cpp44 int *pStride) in alloc_device_alloc() argument
49 if (!dev || !pHandle || !pStride) in alloc_device_alloc()
125 mali_gralloc_query_getstride(*pHandle, pStride); in alloc_device_alloc()
/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.cpp44 int *pStride) in alloc_device_alloc() argument
49 if (!dev || !pHandle || !pStride) in alloc_device_alloc()
124 mali_gralloc_query_getstride(*pHandle, pStride); in alloc_device_alloc()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp478 …c(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle, int *pStride) in alloc_device_alloc() argument
480 if (!pHandle || !pStride) in alloc_device_alloc()
640 *pStride = stride; in alloc_device_alloc()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp627 buffer_handle_t* pHandle, int* pStride) in gralloc_alloc() argument
632 if (!grdev || !pHandle || !pStride) { in gralloc_alloc()
634 grdev, pHandle, pStride); in gralloc_alloc()
930 *pStride = 0; in gralloc_alloc()
933 *pStride = stride; in gralloc_alloc()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp94 uint32_t* pStride, in allocateImpl() argument
238 *pStride = stride; in allocateImpl()