Searched refs:bpr (Results 1 – 1 of 1) sorted by relevance
481 const int32_t bpr = ((width * pixelSize) + align) & ~align; in doCompressedTexImage2D() local482 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() local598 const size_t size = bpr * height; in doCompressedTexImage2D()602 rgtc_decode_image((const uint8_t*)data, rgtcFormat, pOut.get(), width, height, bpr); in doCompressedTexImage2D()