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 77 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))
t_context.h 522 GLboolean AllowVertexFog;
  /external/mesa3d/src/mesa/swrast/
s_context.h 225 GLboolean AllowVertexFog;
s_context.c 171 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
685 SWRAST_CONTEXT(ctx)->AllowVertexFog = value;
763 swrast->AllowVertexFog = GL_TRUE;

Completed in 557 milliseconds