Home
last modified time | relevance | path

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

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL }; variable
484 sSuperShapeObjects[a] = createSuperShape(sSuperShapeParams[a]); in appInit()
485 assert(sSuperShapeObjects[a] != NULL); in appInit()
497 freeGLObject(sSuperShapeObjects[a]); in appDeinit()
587 drawGLObject(sSuperShapeObjects[curShape]); in drawModels()
600 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()
605 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()