Searched refs:WINDING_CW (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c753 WINDING_CW enumerator in enum:winding
774 return WINDING_CW;
792 if (winding0 == WINDING_CW &&
793 winding1 == WINDING_CW) {
795 } else if (winding0 == WINDING_CW) {
798 } else if (winding1 == WINDING_CW) {
872 else if (winding0 == WINDING_CW) {

Completed in 3 milliseconds