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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dteapot.c286 static const GLfloat amb[4] = { 1, .5, 0.2, 1 }; local in function:drawbase
293 glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT, amb);
314 static const GLfloat amb[4] = { 0.2, 0.2, 0.2, 1 }; local in function:drawteapot
319 glMaterialfv(GL_FRONT_AND_BACK, GL_AMBIENT, amb);
H A Dfslight.c562 static GLfloat amb[4] = { 1, 0, 1, 0 }; local in function:Init
564 glLightfv(GL_LIGHT1, GL_AMBIENT, amb);

Completed in 3 milliseconds