Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp4886 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()