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 140 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
237 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
247 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
t_context.h 524 GLboolean _DoVertexFog; /* eval fog function at each vertex? */
t_vb_fog.c 221 if (tnl->_DoVertexFog) {

Completed in 126 milliseconds