Searched refs:AllowPixelFog (Results 1 – 4 of 4) sorted by relevance
79 tnl->AllowPixelFog = GL_TRUE; in _tnl_CreateContext()141 assert(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()143 || !tnl->AllowPixelFog) && !fp; in _tnl_InvalidateState()241 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_vertex_fog()249 tnl->AllowPixelFog = value; in _tnl_allow_pixel_fog()251 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_pixel_fog()
559 GLboolean AllowPixelFog; member
171 swrast->AllowPixelFog)); in _swrast_update_fog_hint()692 SWRAST_CONTEXT(ctx)->AllowPixelFog = value; in _swrast_allow_pixel_fog()761 swrast->AllowPixelFog = GL_TRUE; in _swrast_CreateContext()
226 GLboolean AllowPixelFog; member