Searched refs:newIndices8 (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 1914 std::vector<GLubyte> newIndices8 = {2, 3, 0}; in TEST_P() local 1916 glBufferSubData(GL_ELEMENT_ARRAY_BUFFER, 0, newIndices8.size() * sizeof(GLubyte), in TEST_P() 1917 &newIndices8[0]); in TEST_P() 1984 std::vector<GLubyte> newIndices8 = {2, 3, 0, 0, 0, 0}; in TEST_P() local 1986 glBufferSubData(GL_ELEMENT_ARRAY_BUFFER, 0, newIndices8.size() * sizeof(GLubyte), in TEST_P() 1987 &newIndices8[0]); in TEST_P()
|