Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp481 const int32_t bpr = ((width * pixelSize) + align) & ~align; in doCompressedTexImage2D() local
482 const size_t size = bpr * height; in doCompressedTexImage2D()
488 width, height, bpr); in doCompressedTexImage2D()
597 const int32_t bpr = ((width * pixelSize) + align) & ~align; in doCompressedTexImage2D() local
598 const size_t size = bpr * height; in doCompressedTexImage2D()
602 rgtc_decode_image((const uint8_t*)data, rgtcFormat, pOut.get(), width, height, bpr); in doCompressedTexImage2D()