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

/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::__anon1680
349 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeigh
399 enum { texWidth = 64 }; enumerator in enum:android::__anon1682
463 enum { texWidth = 64 }; enumerator in enum:android::__anon1684
[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::__anon1686
341 const int texWidth = 64; local
387 const int texWidth = 64; local
[all...]

Completed in 958 milliseconds