Searched refs:ubyteColors (Results 1 – 1 of 1) sorted by relevance
733 std::array<GLColor, 4> ubyteColors = {GLColor::red, GLColor::green}; in TEST_P() local735 for (const GLColor &color : ubyteColors) in TEST_P()773 EXPECT_PIXEL_COLOR_EQ(pointx, pointy, ubyteColors[pointColorIndex]); in TEST_P()