Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Dshapes.h56 #define SUPERSHAPE_COUNT (sizeof(sSuperShapeParams) / sizeof(sSuperShapeParams[0])) macro
Ddemo.c96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
482 for (a = 0; a < SUPERSHAPE_COUNT; ++a) in appInit()
496 for (a = 0; a < SUPERSHAPE_COUNT; ++a) in appDeinit()
576 int curShape = randomUInt() % SUPERSHAPE_COUNT; in drawModels()
600 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()
605 drawGLObject(sSuperShapeObjects[SUPERSHAPE_COUNT - 1]); in drawModels()