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