Searched refs:subColors (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 2355 std::array<GLColor, 4> subColors = { in TEST_P() local 2376 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 1, GL_RGBA, GL_UNSIGNED_BYTE, subColors.data()); in TEST_P() 4645 std::array<GLColor, 4> subColors = { in TEST_P() local 4660 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 1, GL_RGBA, GL_UNSIGNED_BYTE, subColors.data()); in TEST_P()
|