Searched defs:bpr (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmipmap.cpp46 const int bpr = w * pixelFormat.size; local
48 base->format, base->compressedFormat, bpr) != NO_ERROR) {
H A DTextureObjectManager.cpp162 int format, int compressedFormat, int bpr)
164 const size_t size = h * bpr;
160 reallocate( GLint level, int w, int h, int s, int format, int compressedFormat, int bpr) argument
H A Dtexture.cpp372 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align; local
373 const size_t size = bpr * height;
374 const int32_t stride = bpr / pixelFormat.size;
380 width, height, stride, formatIdx, compressedFormat, bpr);
391 width, height, stride, formatIdx, compressedFormat, bpr);
1194 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1195 const size_t size = bpr * height;
1196 const int32_t stride = bpr / pixelFormat.size;
1278 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1279 const size_t size = bpr * heigh
[all...]
/frameworks/base/libs/input/
H A DSpriteController.cpp211 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); local
213 outBuffer.bits, bpr); local
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp333 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); local
334 bitmap.setInfo(info, bpr);

Completed in 85 milliseconds