Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DWEBGLVideoTextureTest.cpp178 const std::vector<GLColor> greenColors(4, GLColor::green); in TEST_P() local
190 greenColors.data()); in TEST_P()
DStateChangeTest.cpp1107 std::vector<GLColor> greenColors(6, GLColor::green); in TEST_P() local
1110 glBufferData(GL_ARRAY_BUFFER, sizeof(GLColor) * 6, greenColors.data(), GL_STATIC_DRAW); in TEST_P()