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
379 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local1201 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local1285 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local1523 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
212 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in doUpdateSprites() local
328 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in nativeLockCanvas() local