Searched refs:colorVertices (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 4886 std::vector<GLColor> colorVertices(6, GLColor::blue); in TEST_P() local 4891 glBufferData(GL_ARRAY_BUFFER, colorBufferSize, colorVertices.data(), GL_STATIC_DRAW); in TEST_P() 4959 std::vector<GLColor> colorVertices(6, GLColor::blue); in TEST_P() local 4964 glBufferStorageEXT(GL_ARRAY_BUFFER, colorBufferSize, colorVertices.data(), in TEST_P() 5039 std::vector<GLColor> colorVertices(6, GLColor::blue); in TEST_P() local 5044 glBufferStorageEXT(GL_ARRAY_BUFFER, colorBufferSize, colorVertices.data(), in TEST_P()
|