Lines Matching refs:bpr
379 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local
380 const size_t size = bpr * height; in createTextureSurface()
381 const int32_t stride = bpr / pixelFormat.size; in createTextureSurface()
387 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
398 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
1201 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local
1202 const size_t size = bpr * height; in glTexImage2D()
1203 const int32_t stride = bpr / pixelFormat.size; in glTexImage2D()
1285 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local
1286 const size_t size = bpr * height; in glTexSubImage2D()
1287 const int32_t stride = bpr / pixelFormat.size; in glTexSubImage2D()
1523 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
1524 const int32_t stride = bpr / pixelFormat.size; in glReadPixels()