Searched refs:RADEON_FFACE_CULL_CW (Results 1 – 3 of 3) sorted by relevance
441 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()451 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()
1685 # define RADEON_FFACE_CULL_CW (0 << 0) macro