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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dquad.c102 static GLint colorIndexes[3] = {0, 200, 255}; local in function:Init
141 glMaterialiv( GL_FRONT_AND_BACK, GL_COLOR_INDEXES, colorIndexes);
H A Dlogo.c56 GLint colorIndexes[3] = {0, 200, 255}; variable in typeref:typename:GLint[3]
1322 colorIndexes[1] = 10;
1323 colorIndexes[2] = 15;
1326 glMaterialiv(GL_FRONT_AND_BACK, GL_COLOR_INDEXES, colorIndexes);

Completed in 4 milliseconds