Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_context.c78 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()
Dt_context.h558 GLboolean AllowVertexFog; member
/external/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