Searched refs:superShapes (Results 1 – 1 of 1) sorted by relevance
212 static GLuint createVBO(GLOBJECT **superShapes, int superShapeCount, in createVBO() argument220 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()