Home
last modified time | relevance | path

Searched refs:_DoVertexFog (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_context.c140 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_InvalidateState()
237 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_vertex_fog()
247 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_pixel_fog()
Dt_vb_fog.c221 if (tnl->_DoVertexFog) { in run_fog_stage()
Dt_context.h524 GLboolean _DoVertexFog; /* eval fog function at each vertex? */ member