Home
last modified time | relevance | path

Searched refs:R200_FFACE_CULL_CW (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_reg.h220 #define R200_FFACE_CULL_CW (0 << 0) macro
Dr200_state.c535 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()