Searched defs:texHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp28 const int texHeight = 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.cpp26 const uint32_t texHeight = 64; local
28 mST->setDefaultBufferSize(texWidth, texHeight);
59 ASSERT_EQ(texHeight, buf->getWidth());
62 ASSERT_EQ(texHeight, buf->getHeight());
77 ASSERT_EQ(texHeight, buf->getHeight());
82 const int texHeight = 64; local
84 mST->setDefaultBufferSize(texWidth, texHeight);
132 glViewport(0, 0, texWidth, texHeight);
340 enum { texHeight = 64 }; enumerator in enum:android::__anon1468
349 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
400 enum { texHeight = 16 }; enumerator in enum:android::__anon1470
464 enum { texHeight = 16 }; enumerator in enum:android::__anon1472
[all...]
H A DSurfaceTextureGL_test.cpp29 const int texHeight = 66; local
34 texWidth, texHeight));
50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
60 glViewport(0, 0, texWidth, texHeight);
79 const int texHeight = 64; local
84 texWidth, texHeight));
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
110 glViewport(0, 0, texWidth, texHeight);
129 const int texHeight = 66; local
134 texWidth, texHeight));
196 enum { texHeight = 16 }; enumerator in enum:android::__anon1474
342 const int texHeight = 66; local
388 const int texHeight = 64; local
701 int texHeight = 16; local
[all...]

Completed in 370 milliseconds