Searched refs:AllowPixelFog (Results 1 – 4 of 4) sorted by relevance
74 tnl->AllowPixelFog = GL_TRUE; in _tnl_CreateContext()133 ASSERT(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()135 || !tnl->AllowPixelFog) && !fp; in _tnl_InvalidateState()224 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_vertex_fog()232 tnl->AllowPixelFog = value; in _tnl_allow_pixel_fog()234 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_pixel_fog()
522 GLboolean AllowPixelFog; member
176 swrast->AllowPixelFog)); in _swrast_update_fog_hint()697 SWRAST_CONTEXT(ctx)->AllowPixelFog = value; in _swrast_allow_pixel_fog()766 swrast->AllowPixelFog = GL_TRUE; in _swrast_CreateContext()
209 GLboolean AllowPixelFog; member