Home
last modified time | relevance | path

Searched refs:bigColors (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp2457 std::vector<GLColor> bigColors; in TEST_P() local
2466 bigColors.push_back(xComp ? GLColor::cyan : GLColor::magenta); in TEST_P()
2470 bigColors.push_back(xComp ? GLColor::yellow : GLColor::white); in TEST_P()
2475 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 32, 32, 0, GL_RGBA, GL_UNSIGNED_BYTE, bigColors.data()); in TEST_P()