HomeSort by: relevance | last modified time | path
    Searched refs:MAX_POINTS (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
pointblast.c 47 #define MAX_POINTS 2000
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];
spriteblast.c 52 #define MAX_POINTS 2000
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];
tessdemo.c 12 #define MAX_POINTS 256
33 GLfloat p[MAX_POINTS][2];
  /xsrc/external/mit/beforelight/dist/
b4light.c 58 #define MAX_POINTS 16
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 7 milliseconds