Home
last modified time | relevance | path

Searched refs:AllowVertexFog (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/tnl/
Dt_context.c78 tnl->AllowVertexFog = GL_TRUE; in _tnl_CreateContext()
141 assert(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()
142 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_InvalidateState()
239 tnl->AllowVertexFog = value; in _tnl_allow_vertex_fog()
240 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_vertex_fog()
250 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_allow_pixel_fog()
Dt_context.h558 GLboolean AllowVertexFog; member
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c168 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()
Ds_context.h225 GLboolean AllowVertexFog; member