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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
shapes.h 56 #define SUPERSHAPE_COUNT (sizeof(sSuperShapeParams) / sizeof(sSuperShapeParams[0]))
demo.c 96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
482 for (a = 0; a < SUPERSHAPE_COUNT; ++a)
496 for (a = 0; a < SUPERSHAPE_COUNT; ++a)
576 int curShape = randomUInt() % SUPERSHAPE_COUNT;
600 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);
605 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);
  /frameworks/native/opengl/tests/angeles/
shapes.h 56 #define SUPERSHAPE_COUNT (sizeof(sSuperShapeParams) / sizeof(sSuperShapeParams[0]))
demo.c 96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
482 for (a = 0; a < SUPERSHAPE_COUNT; ++a)
496 for (a = 0; a < SUPERSHAPE_COUNT; ++a)
576 int curShape = randomUInt() % SUPERSHAPE_COUNT;
600 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);
605 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]);

Completed in 184 milliseconds