Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp221 const size_t bpr = (width * bpp + align1) & ~align1; in allocateImpl() local
222 bufferSize = bpr * height; in allocateImpl()
223 stride = bpr / bpp; in allocateImpl()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp576 size_t bpr = GRALLOC_ALIGN(w * bpp, 64); in alloc_device_alloc() local
577 size = bpr * h; in alloc_device_alloc()
578 stride = bpr / bpp; in alloc_device_alloc()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp646 const size_t bpr = (width * bpp + align1) & ~align1; in gralloc_alloc() local
647 bufferSize = bpr * height; in gralloc_alloc()
648 stride = bpr / bpp; in gralloc_alloc()
Dgralloc_old.cpp816 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc() local
817 ashmem_size += (bpr * h); in gralloc_alloc()
818 stride = bpr / bpp; in gralloc_alloc()