Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DInstancingTest.cpp733 std::array<GLColor, 4> ubyteColors = {GLColor::red, GLColor::green}; in TEST_P() local
735 for (const GLColor &color : ubyteColors) in TEST_P()
773 EXPECT_PIXEL_COLOR_EQ(pointx, pointy, ubyteColors[pointColorIndex]); in TEST_P()