Searched refs:colorSet (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpointblast.c58 static GLfloat colorSet[][4] = { variable in typeref:typename:GLfloat[][4]
68 #define NUM_COLORS (sizeof(colorSet)/sizeof(colorSet[0]))
228 glColor4fv(colorSet[colorList[i]]);
H A Dspriteblast.c63 static GLfloat colorSet[][4] = { variable in typeref:typename:GLfloat[][4]
73 #define NUM_COLORS (sizeof(colorSet)/sizeof(colorSet[0]))
302 glColor4fv(colorSet[colorList[i]]);

Completed in 4 milliseconds