Home | History | Annotate | Download | only in tests

Lines Matching refs:texWidth

690     const int texWidth = 64;
694 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
708 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
717 glViewport(0, 0, texWidth, texHeight);
735 const int texWidth = 64;
739 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
753 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
762 glViewport(0, 0, texWidth, texHeight);
780 const int texWidth = 64;
784 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
792 {4, 6, texWidth, 36},
813 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
844 enum { texWidth = 16 };
851 texWidth, texHeight, HAL_PIXEL_FORMAT_YV12));
916 texWidth; x++) {
950 glViewport(0, 0, texWidth, texHeight);
991 const int texWidth = 64;
995 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1006 glViewport(0, 0, texWidth, texHeight);
1033 const int texWidth = 64;
1037 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
1048 glViewport(0, 0, texWidth, texHeight);
1412 const int texWidth = 64;
1415 mST->setDefaultBufferSize(texWidth, texHeight);
1456 glViewport(0, 0, texWidth, texHeight);
1605 enum { texWidth = 64 };
1609 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1642 glViewport(0, 0, texWidth, texHeight);
1658 enum { texWidth = 64 };
1665 native_window_set_buffers_user_dimensions(mANW.get(), texWidth, texHeight);
1699 glViewport(0, 0, texWidth, texHeight);
1715 enum { texWidth = 64 };
1722 mST->setDefaultBufferSize(texWidth, texHeight);
1756 glViewport(0, 0, texWidth, texHeight);
2128 const int texWidth = 64;
2132 texWidth, texHeight, HAL_PIXEL_FORMAT_RGBA_8888));
2146 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
2170 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,