Searched refs:R200_FFACE_CULL_CCW (Results 1 – 3 of 3) sorted by relevance
221 #define R200_FFACE_CULL_CCW (1 << 0) macro
535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace()545 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace()
987 rmesa->hw.set.cmd[SET_SE_CNTL] = (R200_FFACE_CULL_CCW | in r200InitState()