Lines Matching refs:texHeight
3920 GLint texWidth = 0, texHeight = 0; in testTextureSize() local
3926 texHeight = 1; in testTextureSize()
3930 texHeight = size; in testTextureSize()
3935 texHeight = size; in testTextureSize()
3939 if (texWidth == texHeight && size > max2DSquareSize) in testTextureSize()
3952 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, false); in testTextureSize()
3977 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, false); in testTextureSize()
3988 FillLevel(0, texWidth, texHeight, kNewMipColors[colorCount], cubeMap, true); in testTextureSize()
10461 const GLsizei texHeight = getWindowHeight(); in TEST_P() local
10462 const std::vector<GLColor> whiteData(texWidth * texHeight, GLColor::white); in TEST_P()
10464 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texWidth, texHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()