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

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL }; variable
484 sSuperShapeObjects[a] = createSuperShape(sSuperShapeParams[a]);
485 assert(sSuperShapeObjects[a] != NULL);
497 freeGLObject(sSuperShapeObjects[a]);
587 drawGLObject(sSuperShapeObjects[curShape]);
600 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);
605 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);

Completed in 37 milliseconds