Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp745 std::array<GLColor, 4> ubyteColors = {GLColor::red, GLColor::green}; in TEST_P() local
747 for (const GLColor &color : ubyteColors) in TEST_P()
785 EXPECT_PIXEL_COLOR_EQ(pointx, pointy, ubyteColors[pointColorIndex]); in TEST_P()