Searched refs:texWidth (Results 1 - 7 of 7) sorted by last modified time

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp27 const int texWidth = 64; local
33 texWidth, texHeight));
49 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
73 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
H A DSurfaceTextureGLToGL_test.cpp25 const uint32_t texWidth = 32; local
28 mST->setDefaultBufferSize(texWidth, texHeight);
58 ASSERT_EQ(texWidth, buf->getHeight());
61 ASSERT_EQ(texWidth, buf->getWidth());
76 ASSERT_EQ(texWidth, buf->getWidth());
81 const int texWidth = 64; local
84 mST->setDefaultBufferSize(texWidth, texHeight);
132 glViewport(0, 0, texWidth, texHeight);
339 enum { texWidth = 64 }; enumerator in enum:android::__anon1467
349 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeigh
399 enum { texWidth = 64 }; enumerator in enum:android::__anon1469
463 enum { texWidth = 64 }; enumerator in enum:android::__anon1471
[all...]
H A DSurfaceTextureGL_test.cpp28 const int texWidth = 64; local
34 texWidth, texHeight));
50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
60 glViewport(0, 0, texWidth, texHeight);
78 const int texWidth = 64; local
84 texWidth, texHeight));
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
110 glViewport(0, 0, texWidth, texHeight);
128 const int texWidth = 64; local
134 texWidth, texHeigh
195 enum { texWidth = 16 }; enumerator in enum:android::__anon1473
341 const int texWidth = 64; local
387 const int texWidth = 64; local
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java609 int texWidth = mCameraWidth / 4;
613 clientTex.allocateWithPixels(pixels, texWidth, texHeight);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java646 int texWidth = texture.getTextureWidth();
649 source.left /= texWidth;
650 source.right /= texWidth;
655 float xBound = (float) width / texWidth;
H A DUploadedTexture.java219 int texWidth = getTextureWidth();
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
244 line = getBorderLine(false, config, texWidth);
249 if (mBorder + bWidth < texWidth) {
256 Bitmap line = getBorderLine(false, config, texWidth);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java265 float texWidth = dimens.getWidth();
268 if (texWidth <= 0 || texHeight <= 0) {
273 RectF intermediate = new RectF(/*left*/0, /*top*/0, /*right*/texWidth, /*bottom*/texHeight);
292 width + "x" + height + " surface, intermediate buffer size is " + texWidth +

Completed in 392 milliseconds