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

/xsrc/external/mit/MesaLib.old/dist/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))
237 tnl->AllowVertexFog = value;
238 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
248 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
H A Dt_context.h558 GLboolean AllowVertexFog; member in struct:__anonbae3f4e90308
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.c78 tnl->AllowVertexFog = GL_TRUE;
141 assert(tnl->AllowVertexFog || tnl->AllowPixelFog);
142 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
239 tnl->AllowVertexFog = value;
240 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
250 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
H A Dt_context.h558 GLboolean AllowVertexFog; member in struct:__anone8a79ebc0308
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h224 GLboolean AllowVertexFog; member in struct:__anon927bb33e0108
H A Ds_context.c168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
682 SWRAST_CONTEXT(ctx)->AllowVertexFog = value;
760 swrast->AllowVertexFog = GL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h225 GLboolean AllowVertexFog; member in struct:__anonea7e70310108
H A Ds_context.c168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
682 SWRAST_CONTEXT(ctx)->AllowVertexFog = value;
760 swrast->AllowVertexFog = GL_TRUE;

Completed in 15 milliseconds