Searched refs:texHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp28 const int texHeight = 64; local
31 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
45 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
69 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
H A DSurfaceTextureGL_test.cpp29 const int texHeight = 66; local
32 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
46 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
56 glViewport(0, 0, texWidth, texHeight);
75 const int texHeight = 64; local
78 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
92 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
102 glViewport(0, 0, texWidth, texHeight);
121 const int texHeight = 66; local
124 texWidth, texHeight, HAL_PIXEL_FORMAT_YV1
184 enum { texHeight = 16 }; enumerator in enum:android::__anon1342
327 const int texHeight = 66; local
369 const int texHeight = 64; local
669 int texHeight = 16; local
[all...]
H A DSurfaceTextureGLToGL_test.cpp26 const uint32_t texHeight = 64; local
28 mST->setDefaultBufferSize(texWidth, texHeight);
56 ASSERT_EQ(texHeight, buf->getWidth());
59 ASSERT_EQ(texHeight, buf->getHeight());
74 ASSERT_EQ(texHeight, buf->getHeight());
79 const int texHeight = 64; local
81 mST->setDefaultBufferSize(texWidth, texHeight);
126 glViewport(0, 0, texWidth, texHeight);
325 enum { texHeight = 64 }; enumerator in enum:android::__anon1336
331 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
382 enum { texHeight = 16 }; enumerator in enum:android::__anon1338
443 enum { texHeight = 16 }; enumerator in enum:android::__anon1340
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java220 int texHeight = getTextureHeight();
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
240 Bitmap line = getBorderLine(true, config, texHeight);
250 Bitmap line = getBorderLine(true, config, texHeight);
255 if (mBorder + bHeight < texHeight) {
H A DGLES20Canvas.java647 int texHeight = texture.getTextureHeight();
651 source.top /= texHeight;
652 source.bottom /= texHeight;
660 float yBound = (float) height / texHeight;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java266 float texHeight = dimens.getHeight();
268 if (texWidth <= 0 || texHeight <= 0) {
273 RectF intermediate = new RectF(/*left*/0, /*top*/0, /*right*/texWidth, /*bottom*/texHeight);
293 "x" + texHeight);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java610 int texHeight = mCameraHeight + mCameraHeight / 2;
613 clientTex.allocateWithPixels(pixels, texWidth, texHeight);

Completed in 152 milliseconds