Searched defs:bpr (Results 1 – 6 of 6) sorted by relevance
52 ssize_t bpr = info.s * bytesPerPixel(info.format); in main() local
164 int format, int compressedFormat, int bpr) in reallocate()
46 const int bpr = w * pixelFormat.size; in buildAPyramid() local
380 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in createTextureSurface() local1202 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexImage2D() local1286 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glTexSubImage2D() local1524 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; in glReadPixels() local
206 ssize_t bpr = surfaceInfo.s * bytesPerPixel(surfaceInfo.format); in doUpdateSprites() local
364 ssize_t bpr = info.s * bytesPerPixel(info.format); in Surface_lockCanvas() local549 ssize_t bpr = s * android::bytesPerPixel(f); in doScreenshot() local