Searched refs:sSuperShapeObjects (Results 1 – 1 of 1) sorted by relevance
110 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL }; variable671 sSuperShapeObjects[a] = createSuperShape(sSuperShapeParams[a]); in appInit()672 assert(sSuperShapeObjects[a] != NULL); in appInit()678 sVBO = createVBO(sSuperShapeObjects, SUPERSHAPE_COUNT, in appInit()706 freeGLObject(sSuperShapeObjects[a]); in appDeinit()814 drawGLObject(sSuperShapeObjects[curShape]); in drawModels()822 drawGLObject(sSuperShapeObjects[curShape]); in drawModels()837 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()841 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()846 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()[all …]