Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp358 …c(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle, int *pStride) in alloc_device_alloc() argument
360 if (!pHandle || !pStride) in alloc_device_alloc()
502 *pStride = stride; in alloc_device_alloc()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp398 buffer_handle_t* pHandle, int* pStride) in gralloc_alloc() argument
403 if (!grdev || !pHandle || !pStride) { in gralloc_alloc()
405 grdev, pHandle, pStride); in gralloc_alloc()
691 *pStride = 0; in gralloc_alloc()
694 *pStride = stride; in gralloc_alloc()