Home
last modified time | relevance | path

Searched refs:pStride (Results 1 – 6 of 6) 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/hals/
Dallocator3.cpp82 uint32_t* pStride, in allocateImpl() argument
226 *pStride = stride; in allocateImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp609 buffer_handle_t* pHandle, int* pStride) in gralloc_alloc() argument
614 if (!grdev || !pHandle || !pStride) { in gralloc_alloc()
616 grdev, pHandle, pStride); in gralloc_alloc()
912 *pStride = 0; in gralloc_alloc()
915 *pStride = stride; in gralloc_alloc()
Dgralloc_30.cpp518 int* pStride) { in gralloc_alloc() argument
662 *pStride = stride; in gralloc_alloc()
682 buffer_handle_t* pHandle, int* pStride) { in s_gralloc_alloc() argument
688 return gd->gralloc_alloc(w, h, format, usage, pHandle, pStride); in s_gralloc_alloc()