Home | History | Annotate | Download | only in tests

Lines Matching defs:texWidth

790     const int texWidth = 64;
794 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
808 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
818 glViewport(0, 0, texWidth, texHeight);
836 const int texWidth = 64;
840 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
854 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
864 glViewport(0, 0, texWidth, texHeight);
882 const int texWidth = 64;
886 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
894 {4, 6, texWidth, 36},
914 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
945 enum { texWidth = 16 };
951 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
1013 for (int x = 0; x < texWidth; x++) {
1047 glViewport(0, 0, texWidth, texHeight);
1088 const int texWidth = 64;
1092 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1103 glViewport(0, 0, texWidth, texHeight);
1130 const int texWidth = 64;
1134 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1145 glViewport(0, 0, texWidth, texHeight);
1505 const uint32_t texWidth = 32;
1508 mST->setDefaultBufferSize(texWidth, texHeight);
1535 ASSERT_EQ(texWidth, buf->getHeight());
1538 ASSERT_EQ(texWidth, buf->getWidth());
1553 ASSERT_EQ(texWidth, buf->getWidth());
1558 const int texWidth = 64;
1561 mST->setDefaultBufferSize(texWidth, texHeight);
1606 glViewport(0, 0, texWidth, texHeight);
1804 enum { texWidth = 64 };
1811 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1845 glViewport(0, 0, texWidth, texHeight);
1861 enum { texWidth = 64 };
1871 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1906 glViewport(0, 0, texWidth, texHeight);
1922 enum { texWidth = 64 };
1932 mST->setDefaultBufferSize(texWidth, texHeight);
1967 glViewport(0, 0, texWidth, texHeight);
2338 const int texWidth = 64;
2342 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
2356 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
2380 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,