Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DTextureUtils.cpp481 const int32_t bpr = ((width * pixelSize) + align) & ~align; in doCompressedTexImage2D() local
597 const int32_t bpr = ((width * pixelSize) + align) & ~align; in doCompressedTexImage2D() local
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp228 const size_t bpr = (width * bpp + align1) & ~align1; in allocateImpl() local
/device/linaro/hikey/gralloc/
Dalloc_device.cpp576 size_t bpr = GRALLOC_ALIGN(w * bpp, 64); in alloc_device_alloc() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp849 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc() local