Searched refs:GL_FOG_COORD (Results 1 – 7 of 7) sorted by relevance
408 if ( (ctx->Fog.FogCoordinateSource == GL_FOG_COORD) && ctx->Fog.Enabled ) { in r200_run_tcl_render()562 (ctx->Fog.FogCoordinateSource == GL_FOG_COORD )) { in transition_to_hwtnl()
459 if ( ctx->Fog.FogCoordinateSource == GL_FOG_COORD || ctx->VertexProgram.Enabled) { in r200Fogfv()
69 (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()
508 #define GL_FOG_COORD 0x8451 macro