OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowPixelFog
(Results
1 - 4
of
4
) sorted by null
/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/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 3509 milliseconds