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

  /external/mesa3d/src/mesa/tnl/
t_context.c 134 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
223 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
233 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
t_context.h 523 GLboolean _DoVertexFog; /* eval fog function at each vertex? */
t_vb_fog.c 221 if (tnl->_DoVertexFog) {

Completed in 76 milliseconds