Home | History | Annotate | Download | only in radeon

Lines Matching defs:cull_face

440    int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW;
450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW;
451 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;