Searched refs:greenColorData (Results 1 – 1 of 1) sorted by relevance
2203 std::vector<GLColor> greenColorData(1024, GLColor::green); in TEST_P() local2204 glBufferData(GL_ARRAY_BUFFER, sizeof(GLColor) * greenColorData.size(), greenColorData.data(), in TEST_P()2229 std::vector<GLColor> greenColorData(6, GLColor::green); in TEST_P() local2230 glBufferSubData(GL_ARRAY_BUFFER, 0, sizeof(GLColor) * greenColorData.size(), in TEST_P()2231 greenColorData.data()); in TEST_P()