Searched refs:greenTextureHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/tests/angle_tests/
H A DIncompleteTextureTest.cpp140 const GLsizei greenTextureHeight = 32; local
141 std::vector<GLubyte> greenTextureData(greenTextureWidth * greenTextureHeight * 4);
146 glTexSubImage2D(GL_TEXTURE_2D, i, greenTextureWidth >> i, greenTextureHeight >> i,
147 greenTextureWidth >> i, greenTextureHeight >> i, GL_RGBA, GL_UNSIGNED_BYTE,

Completed in 107 milliseconds