Searched defs:cull_face (Results 1 – 10 of 10) sorted by relevance
44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member
55 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() function
46 translate_cull_face(unsigned cull_face, unsigned front_ccw) in translate_cull_face()
59 cull_face(nir_builder *b, nir_ssa_def *pos[3][4], const position_w_info *w_info) in cull_face() function
284 void cull_face (NegativeTestContext& ctx) in cull_face() function
253 swr_convert_cull_mode(const UINT cull_face) in swr_convert_cull_mode()
441 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace() local
535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace() local
115 unsigned cull_face; /* which faces cull */ member
100 unsigned cull_face:2; /**< PIPE_FACE_x */ member