Home
last modified time | relevance | path

Searched refs:AllowPixelFog (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_context.c78 tnl->AllowPixelFog = GL_TRUE; in _tnl_CreateContext()
139 assert(tnl->AllowVertexFog || tnl->AllowPixelFog); in _tnl_InvalidateState()
141 || !tnl->AllowPixelFog) && !fp; in _tnl_InvalidateState()
238 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_vertex_fog()
246 tnl->AllowPixelFog = value; in _tnl_allow_pixel_fog()
248 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current; in _tnl_allow_pixel_fog()
Dt_context.h523 GLboolean AllowPixelFog; member
/external/mesa3d/src/mesa/swrast/
Ds_context.c174 swrast->AllowPixelFog)); in _swrast_update_fog_hint()
695 SWRAST_CONTEXT(ctx)->AllowPixelFog = value; in _swrast_allow_pixel_fog()
764 swrast->AllowPixelFog = GL_TRUE; in _swrast_CreateContext()
Ds_context.h226 GLboolean AllowPixelFog; member