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