HomeSort by relevance Sort by last modified time
    Searched refs:AllowVertexFog (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_context.c 73 tnl->AllowVertexFog = GL_TRUE;
133 ASSERT(tnl->AllowVertexFog || tnl->AllowPixelFog);
134 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
222 tnl->AllowVertexFog = value;
223 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
233 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
t_context.h 521 GLboolean AllowVertexFog;
  /external/mesa3d/src/mesa/swrast/
s_context.h 208 GLboolean AllowVertexFog;
s_context.c 173 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
687 SWRAST_CONTEXT(ctx)->AllowVertexFog = value;
765 swrast->AllowVertexFog = GL_TRUE;

Completed in 2688 milliseconds