Home | History | Annotate | Download | only in r200

Lines Matching refs:R200_FFACE_CULL_CW

532    int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW;
542 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW;