Searched refs:fogColor (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Ddepthcue.c53 GLfloat fogColor[4] = {0.0, 0.0, 0.0, 1.0}; local in function:myinit
60 glFogfv (GL_FOG_COLOR, fogColor);
H A Dfogcoord.c73 GLfloat fogColor[4] = {0.0, 0.25, 0.25, 1.0}; local in function:init
80 glFogfv (GL_FOG_COLOR, fogColor);
H A Dfog.c97 GLfloat fogColor[4] = local in function:myinit
102 glFogfv(GL_FOG_COLOR, fogColor);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbfplight.c343 static const GLfloat fogColor[4] = {0.5, 1.0, 0.5, 0}; local in function:Init
344 glFogfv(GL_FOG_COLOR, fogColor);
H A Ddrawpix.c251 static const GLfloat fogColor[4] = {0, 1, 0, 0}; local in function:Init
288 glFogfv(GL_FOG_COLOR, fogColor);
H A Dfogcoord.c24 static GLfloat fogColor[4] = {0.6f, 0.3f, 0.0f, 1.0f}; variable in typeref:typename:GLfloat[4]
384 glFogfv(GL_FOG_COLOR, fogColor);
H A Disosurf.c831 GLfloat fogColor[4] = {0.5,1.0,0.5,1.0}; local in function:Init
867 glFogfv(GL_FOG_COLOR,fogColor);

Completed in 7 milliseconds