Searched defs:cull_face (Results 1 – 6 of 6) sorted by relevance
43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member
277 void cull_face (NegativeTestContext& ctx) in cull_face() function
114 unsigned cull_face; /* which faces cull */ member
440 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace() local
532 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace() local
86 unsigned cull_face:2; /**< PIPE_FACE_x */ member