Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c212 static GLuint createVBO(GLOBJECT **superShapes, int superShapeCount, in createVBO() argument
220 assert(superShapes[a] != NULL); in createVBO()
221 totalSize += superShapes[a]->vertexArraySize + in createVBO()
222 superShapes[a]->colorArraySize + in createVBO()
223 superShapes[a]->normalArraySize; in createVBO()
236 appendObjectVBO(superShapes[a], &offset); in createVBO()