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
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 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...]
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...]

Completed in 704 milliseconds