Home | History | Annotate | Download | only in libagl

Lines Matching defs:bpr

379     const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
380 const size_t size = bpr * height;
381 const int32_t stride = bpr / pixelFormat.size;
387 width, height, stride, formatIdx, compressedFormat, bpr);
398 width, height, stride, formatIdx, compressedFormat, bpr);
1201 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1202 const size_t size = bpr * height;
1203 const int32_t stride = bpr / pixelFormat.size;
1285 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1286 const size_t size = bpr * height;
1287 const int32_t stride = bpr / pixelFormat.size;
1523 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1524 const int32_t stride = bpr / pixelFormat.size;