Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_context.c77 tnl->AllowVertexFog = GL_TRUE; in _tnl_CreateContext()
139 assert(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()
140 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST)) in _tnl_InvalidateState()
236 tnl->AllowVertexFog = value; in _tnl_allow_vertex_fog()
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_context.h522 GLboolean AllowVertexFog; member
/external/mesa3d/src/mesa/swrast/
Ds_context.c171 swrast->_PreferPixelFog = (!swrast->AllowVertexFog || in _swrast_update_fog_hint()
685 SWRAST_CONTEXT(ctx)->AllowVertexFog = value; in _swrast_allow_vertex_fog()
763 swrast->AllowVertexFog = GL_TRUE; in _swrast_CreateContext()
Ds_context.h225 GLboolean AllowVertexFog; member