Searched refs:GL_FOG_COORD (Results 1 – 6 of 6) sorted by relevance
409 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) { in r200_run_tcl_render()563 (ctx->Fog.FogCoordinateSource == GL_FOG_COORD )) { in transition_to_hwtnl()
456 if ( ctx->Fog.FogCoordinateSource == GL_FOG_COORD || ctx->VertexProgram.Enabled) { in r200Fogfv()
68 (ctx->Fog.FogCoordinateSource == GL_FOG_COORD))
383 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) { in radeon_run_tcl_render()
179 if (ctx->Fog.Enabled && ctx->Fog.FogCoordinateSource == GL_FOG_COORD) in vbo_choose_attrs()
356 #define GL_FOG_COORD 0x8451 macro