Searched refs:R200_CULL_FRONT (Results 1 – 2 of 2) sorted by relevance
502 t &= ~(R200_CULL_FRONT | R200_CULL_BACK); in r200CullFace()508 t |= R200_CULL_FRONT; in r200CullFace()516 t |= (R200_CULL_FRONT | R200_CULL_BACK); in r200CullFace()
665 #define R200_CULL_FRONT (1<<29) macro