Lines Matching refs:bpr
368 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local
369 const size_t size = bpr * height; in createTextureSurface()
370 const int32_t stride = bpr / pixelFormat.size; in createTextureSurface()
376 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
387 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
1190 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local
1191 const int32_t stride = bpr / pixelFormat.size; in glTexImage2D()
1273 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local
1274 const int32_t stride = bpr / pixelFormat.size; in glTexSubImage2D()
1510 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
1511 const int32_t stride = bpr / pixelFormat.size; in glReadPixels()