Searched refs:pStride (Results 1 – 5 of 5) 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/gralloc/ |
D | gralloc_old.cpp | 627 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/ |
D | allocator3.cpp | 94 uint32_t* pStride, in allocateImpl() argument 238 *pStride = stride; in allocateImpl()
|