Searched refs:pStride (Results 1 – 6 of 6) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 44 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/ |
D | alloc_device.cpp | 44 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/ |
D | alloc_device.cpp | 478 …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/ |
D | allocator3.cpp | 82 uint32_t* pStride, in allocateImpl() argument 226 *pStride = stride; in allocateImpl()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 609 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()
|
D | gralloc_30.cpp | 518 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()
|