Searched refs:RADEON_CULL_BACK (Results 1 – 3 of 3) sorted by relevance
411 t &= ~(RADEON_CULL_FRONT | RADEON_CULL_BACK); in radeonCullFace()421 t |= RADEON_CULL_BACK; in radeonCullFace()425 t |= (RADEON_CULL_FRONT | RADEON_CULL_BACK); in radeonCullFace()
1939 # define RADEON_CULL_BACK (1 << 30) macro