Searched defs:bpr (Results 1 – 5 of 5) sorted by relevance
162 int format, int compressedFormat, int bpr) in reallocate()
46 const int bpr = w * pixelFormat.size; in buildAPyramid() local
368 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local1190 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local1273 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local1510 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
205 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in doUpdateSprites() local
246 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in nativeLockCanvas() local