Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dglinterfacetest.cc31 const GLushort kIndices[] = { 0, 1, 2, variable
50 num_indices_ = arraysize(kIndices); in SetupGLRendering()
52 SetupVBO(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices); in SetupGLRendering()