Searched refs:_DoVertexFog (Results 1 – 3 of 3) sorted by relevance
141 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_InvalidateState()239 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_vertex_fog()249 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_pixel_fog()
222 if (tnl->_DoVertexFog) { in run_fog_stage()
560 GLboolean _DoVertexFog; /* eval fog function at each vertex? */ member