Searched refs:rgby (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 2500 std::array<GLColor, 4> rgby = {{GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() local 2518 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_BYTE, rgby.data()); in TEST_P() 4681 std::array<GLColor, 4> rgby = {{GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() local 4686 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_BYTE, rgby.data()); in TEST_P()
|