OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccw_is_frontface
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h
96
boolean
ccw_is_frontface
;
member in struct:lp_setup_context
lp_setup_tri.c
882
retry_triangle_ccw(setup, &position, v0, v2, v1, !setup->
ccw_is_frontface
);
885
retry_triangle_ccw(setup, &position, v1, v0, v2, !setup->
ccw_is_frontface
);
900
retry_triangle_ccw(setup, &position, v0, v1, v2, setup->
ccw_is_frontface
);
924
retry_triangle_ccw( setup, &position, v0, v1, v2, setup->
ccw_is_frontface
);
928
retry_triangle_ccw( setup, &position, v0, v2, v1, !setup->
ccw_is_frontface
);
931
retry_triangle_ccw( setup, &position, v1, v0, v2, !setup->
ccw_is_frontface
);
953
setup->triangle = setup->
ccw_is_frontface
? triangle_ccw : triangle_cw;
956
setup->triangle = setup->
ccw_is_frontface
? triangle_cw : triangle_ccw;
lp_setup.c
483
boolean
ccw_is_frontface
,
489
setup->
ccw_is_frontface
=
ccw_is_frontface
;
Completed in 1445 milliseconds