Home | History | Annotate | Download | only in tests

Lines Matching full:texwidth

786     const int texWidth = 64;
790 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
804 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
814 glViewport(0, 0, texWidth, texHeight);
832 const int texWidth = 64;
836 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
850 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
860 glViewport(0, 0, texWidth, texHeight);
878 const int texWidth = 64;
882 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
890 {4, 6, texWidth, 36},
910 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
941 enum { texWidth = 16 };
948 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
1010 for (int x = 0; x < texWidth; x++) {
1044 glViewport(0, 0, texWidth, texHeight);
1085 const int texWidth = 64;
1089 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1100 glViewport(0, 0, texWidth, texHeight);
1127 const int texWidth = 64;
1131 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1142 glViewport(0, 0, texWidth, texHeight);
1513 const uint32_t texWidth = 32;
1516 mST->setDefaultBufferSize(texWidth, texHeight);
1543 ASSERT_EQ(texWidth, buf->getHeight());
1546 ASSERT_EQ(texWidth, buf->getWidth());
1561 ASSERT_EQ(texWidth, buf->getWidth());
1566 const int texWidth = 64;
1569 mST->setDefaultBufferSize(texWidth, texHeight);
1614 glViewport(0, 0, texWidth, texHeight);
1838 enum { texWidth = 64 };
1845 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1879 glViewport(0, 0, texWidth, texHeight);
1895 enum { texWidth = 64 };
1905 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1940 glViewport(0, 0, texWidth, texHeight);
1956 enum { texWidth = 64 };
1966 mST->setDefaultBufferSize(texWidth, texHeight);
2001 glViewport(0, 0, texWidth, texHeight);
2373 const int texWidth = 64;
2377 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
2391 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
2415 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,