Lines Matching refs:texHeight
3355 GLint texWidth, texHeight; in TEST_P() local
3368 texHeight = 1; in TEST_P()
3372 texHeight = size; in TEST_P()
3377 texHeight = size; in TEST_P()
3381 if (texWidth == texHeight && size > max2DSquareSize) in TEST_P()
3399 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, false); in TEST_P()
3416 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, false); in TEST_P()
3426 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, true); in TEST_P()
8893 const GLsizei texHeight = getWindowHeight(); in TEST_P() local
8894 const std::vector<GLColor> whiteData(texWidth * texHeight, GLColor::white); in TEST_P()
8896 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texWidth, texHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()