Lines Matching refs:texHeight
29 const int texHeight = 66; in TEST_F() local
34 texWidth, texHeight)); in TEST_F()
50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
60 glViewport(0, 0, texWidth, texHeight); in TEST_F()
79 const int texHeight = 64; in TEST_F() local
84 texWidth, texHeight)); in TEST_F()
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
110 glViewport(0, 0, texWidth, texHeight); in TEST_F()
129 const int texHeight = 66; in TEST_F() local
134 texWidth, texHeight)); in TEST_F()
145 {4, 6, 22, texHeight}, in TEST_F()
164 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop); in TEST_F()
196 enum { texHeight = 16 }; in TEST_F() enumerator
202 texWidth, texHeight)); in TEST_F()
246 int yuvTexOffsetV = yuvTexStrideY * texHeight; in TEST_F()
248 int yuvTexOffsetU = yuvTexOffsetV + yuvTexStrideV * texHeight/2; in TEST_F()
265 for (int y = 0; y < texHeight; y++) { in TEST_F()
300 glViewport(0, 0, texWidth, texHeight); in TEST_F()
329 EXPECT_TRUE(checkPixel(x, texHeight-y-1, 255, 255, 255, 255)); in TEST_F()
332 EXPECT_TRUE(checkPixel(x, texHeight-y-1, 0, 0, 0, 255)); in TEST_F()
342 const int texHeight = 66; in TEST_F() local
347 texWidth, texHeight)); in TEST_F()
360 glViewport(0, 0, texWidth, texHeight); in TEST_F()
388 const int texHeight = 64; in TEST_F() local
393 texWidth, texHeight)); in TEST_F()
406 glViewport(0, 0, texWidth, texHeight); in TEST_F()
701 int texHeight = 16; in TEST_F() local
711 mST->setDefaultBufferSize(16, texHeight); in TEST_F()
715 EXPECT_EQ(texHeight, anb->height); in TEST_F()
720 mST->setDefaultBufferSize(maxTextureSize, texHeight); in TEST_F()
724 EXPECT_EQ(texHeight, anb->height); in TEST_F()
729 mST->setDefaultBufferSize(maxTextureSize+1, texHeight); in TEST_F()
733 EXPECT_EQ(texHeight, anb->height); in TEST_F()