Searched defs:bpr (Results 1 – 6 of 6) sorted by relevance
44 ssize_t bpr = info.s * bytesPerPixel(info.format); in main() local
136 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in alloc() local
167 int format, int compressedFormat, int bpr) in reallocate()
46 const int bpr = w * pixelFormat.size; in buildAPyramid() local
383 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local1194 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local1278 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local1494 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
296 ssize_t bpr = info.s * bytesPerPixel(info.format); in Surface_lockCanvas() local