Searched defs:cull_face (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp277 void cull_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
493 {cull_face, "cull_face", "Invalid glCullFace() usage" },
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
180 if ((face & cull_stage(stage)->cull_face) == 0) {
223 cull->cull_face = stage->draw->rasterizer->cull_face;
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h47 translate_cull_face(unsigned cull_face, unsigned front_ccw) argument
49 switch (cull_face) {
59 DBG("Unhandled cull face mode %i", cull_face);
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.h215 swr_convert_cull_mode(const UINT cull_face) argument
217 switch (cull_face) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; local
545 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW;
546 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c444 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; local
454 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW;
455 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_state.c172 ilo_translate_cull_face(unsigned cull_face) argument
174 switch (cull_face) {
1148 info->tri.cull_mode = ilo_translate_cull_face(state->cull_face);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
389 if (face & setup->cull_face)
1487 setup->cull_face = sp->rasterizer->cull_face;
1491 setup->cull_face = PIPE_FACE_NONE;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h92 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state

Completed in 197 milliseconds