HomeSort by relevance Sort by last modified time
    Searched refs:sSuperShapeObjects (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
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]);
  /frameworks/native/opengl/tests/angeles/
demo.c 96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
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 1280 milliseconds