Searched refs:greenColors (Results 1 – 2 of 2) sorted by relevance
178 const std::vector<GLColor> greenColors(4, GLColor::green); in TEST_P() local190 greenColors.data()); in TEST_P()
1107 std::vector<GLColor> greenColors(6, GLColor::green); in TEST_P() local1110 glBufferData(GL_ARRAY_BUFFER, sizeof(GLColor) * 6, greenColors.data(), GL_STATIC_DRAW); in TEST_P()