Searched refs:fogColor (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ | ||
| H A D | depthcue.c | 53 GLfloat fogColor[4] = {0.0, 0.0, 0.0, 1.0}; local in function:myinit 60 glFogfv (GL_FOG_COLOR, fogColor); |
| H A D | fogcoord.c | 73 GLfloat fogColor[4] = {0.0, 0.25, 0.25, 1.0}; local in function:init 80 glFogfv (GL_FOG_COLOR, fogColor); |
| H A D | fog.c | 97 GLfloat fogColor[4] = local in function:myinit 102 glFogfv(GL_FOG_COLOR, fogColor); |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | arbfplight.c | 343 static const GLfloat fogColor[4] = {0.5, 1.0, 0.5, 0}; local in function:Init 344 glFogfv(GL_FOG_COLOR, fogColor); |
| H A D | drawpix.c | 251 static const GLfloat fogColor[4] = {0, 1, 0, 0}; local in function:Init 288 glFogfv(GL_FOG_COLOR, fogColor); |
| H A D | fogcoord.c | 24 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 D | isosurf.c | 831 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