Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.cpp439 size_t bpr = GRALLOC_ALIGN(w * bpp, 64); in alloc_device_alloc() local
440 size = bpr * h; in alloc_device_alloc()
441 stride = bpr / bpp; in alloc_device_alloc()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp594 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc() local
595 ashmem_size += (bpr * h); in gralloc_alloc()
596 stride = bpr / bpp; in gralloc_alloc()