Home
last modified time | relevance | path

Searched defs:cull_face (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c54 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() function
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h49 translate_cull_face(unsigned cull_face, unsigned front_ccw) in translate_cull_face()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp277 void cull_face (NegativeTestContext& ctx) in cull_face() function
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h230 swr_convert_cull_mode(const UINT cull_face) in swr_convert_cull_mode()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c443 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h91 unsigned cull_face:2; /**< PIPE_FACE_x */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h97 unsigned cull_face:2; /**< PIPE_FACE_x */ member