OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FogEnabled
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_aatriangle.c
303
|| swrast->
_FogEnabled
s_context.h
219
GLboolean
_FogEnabled
;
s_lines.c
240
|| swrast->
_FogEnabled
s_fog.c
137
ASSERT(swrast->
_FogEnabled
);
s_context.c
64
if (swrast->
_FogEnabled
) rasterMask |= FOG_BIT;
259
swrast->
_FogEnabled
= (!_swrast_use_fragment_program(ctx) &&
526
if (swrast->
_FogEnabled
)
s_triangle.c
[
all
...]
s_aaline.c
486
|| swrast->
_FogEnabled
) {
s_span.c
[
all
...]
Completed in 100 milliseconds