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

/external/mesa3d/src/mesa/tnl/
H A Dt_context.c77 tnl->AllowVertexFog = GL_TRUE;
139 assert(tnl->AllowVertexFog || tnl->AllowPixelFog);
140 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
236 tnl->AllowVertexFog = value;
237 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
247 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
H A Dt_context.h522 GLboolean AllowVertexFog; member in struct:__anon17297
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h225 GLboolean AllowVertexFog; member in struct:__anon17289
H A Ds_context.c171 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
685 SWRAST_CONTEXT(ctx)->AllowVertexFog = value;
763 swrast->AllowVertexFog = GL_TRUE;

Completed in 855 milliseconds