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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpointblast.c47 #define MAX_POINTS 2000 macro
51 static GLfloat pointList[MAX_POINTS][3];
52 static GLfloat pointTime[MAX_POINTS];
53 static GLfloat pointVelocity[MAX_POINTS][2];
54 static GLfloat pointDirection[MAX_POINTS][2];
55 static int colorList[MAX_POINTS];
H A Dspriteblast.c52 #define MAX_POINTS 2000 macro
56 static GLfloat pointList[MAX_POINTS][3];
57 static GLfloat pointTime[MAX_POINTS];
58 static GLfloat pointVelocity[MAX_POINTS][2];
59 static GLfloat pointDirection[MAX_POINTS][2];
60 static int colorList[MAX_POINTS];
H A Dtessdemo.c12 #define MAX_POINTS 256 macro
33 GLfloat p[MAX_POINTS][2];
/xsrc/external/mit/beforelight/dist/
H A Db4light.c58 #define MAX_POINTS 16 macro
64 static Moving p[MAX_POINTS];
68 static XPoint history[NUM_HISTORY][MAX_POINTS];
117 XPoint xp[MAX_POINTS + 1];
142 XPoint xp[MAX_POINTS];

Completed in 4 milliseconds