Searched refs:AllowVertexFog (Results 1 – 4 of 4) sorted by relevance
78 tnl->AllowVertexFog = GL_TRUE; in _tnl_CreateContext()140 assert(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()141 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_InvalidateState()238 tnl->AllowVertexFog = value; in _tnl_allow_vertex_fog()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()
558 GLboolean AllowVertexFog; member
168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog || in _swrast_update_fog_hint()682 SWRAST_CONTEXT(ctx)->AllowVertexFog = value; in _swrast_allow_vertex_fog()760 swrast->AllowVertexFog = GL_TRUE; in _swrast_CreateContext()
225 GLboolean AllowVertexFog; member