HomeSort by relevance Sort by last modified time
    Searched defs:texWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 226 int texWidth = getTextureWidth();
229 Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
254 if (bWidth == texWidth && bHeight == texHeight) {
262 texWidth, texHeight, 0, format, type, null);
273 line = getBorderLine(false, config, texWidth);
279 if (mBorder + bWidth < texWidth) {
287 Bitmap line = getBorderLine(false, config, texWidth);
GLCanvasImpl.java 407 int texWidth = texture.getTextureWidth();
410 source.left /= texWidth;
411 source.right /= texWidth;
416 float xBound = (float) width / texWidth;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 690 const int texWidth = 64;
694 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
708 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
717 glViewport(0, 0, texWidth, texHeight);
735 const int texWidth = 64;
739 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
753 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
762 glViewport(0, 0, texWidth, texHeight);
780 const int texWidth = 64;
784 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12))
    [all...]

Completed in 180 milliseconds