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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 74 tnl->AllowPixelFog = GL_TRUE;
133 ASSERT(tnl->AllowVertexFog || tnl->AllowPixelFog);
135 || !tnl->AllowPixelFog) && !fp;
224 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
232 tnl->AllowPixelFog = value;
234 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
t_context.h 522 GLboolean AllowPixelFog;
  /external/mesa3d/src/mesa/tnl/
t_context.c 74 tnl->AllowPixelFog = GL_TRUE;
133 ASSERT(tnl->AllowVertexFog || tnl->AllowPixelFog);
135 || !tnl->AllowPixelFog) && !fp;
224 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
232 tnl->AllowPixelFog = value;
234 || !tnl->AllowPixelFog) && !ctx->FragmentProgram._Current;
t_context.h 522 GLboolean AllowPixelFog;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 209 GLboolean AllowPixelFog;
s_context.c 176 swrast->AllowPixelFog));
697 SWRAST_CONTEXT(ctx)->AllowPixelFog = value;
766 swrast->AllowPixelFog = GL_TRUE;
  /external/mesa3d/src/mesa/swrast/
s_context.h 209 GLboolean AllowPixelFog;
s_context.c 176 swrast->AllowPixelFog));
697 SWRAST_CONTEXT(ctx)->AllowPixelFog = value;
766 swrast->AllowPixelFog = GL_TRUE;

Completed in 168 milliseconds