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

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_autogen.h18 bool cull_face; member in struct:EnableFlags
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
82 if ((face & cull_stage(stage)->cull_face) == 0) {
95 cull->cull_face = stage->draw->rasterizer->cull_face;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
82 if ((face & cull_stage(stage)->cull_face) == 0) {
95 cull->cull_face = stage->draw->rasterizer->cull_face;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp183 void cull_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
395 {cull_face, "cull_face", "Invalid glCullFace() usage" },
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h19 bool cull_face; member in struct:EnableFlags
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state.c532 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; local
542 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW;
543 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c440 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; local
450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW;
451 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c532 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; local
542 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW;
543 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c440 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; local
450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW;
451 rmesa->hw.set.cmd[SET_SE_CNTL] |= cull_face;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
388 if (face & setup->cull_face)
1419 setup->cull_face = sp->rasterizer->cull_face;
1423 setup->cull_face = PIPE_FACE_NONE;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h86 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
388 if (face & setup->cull_face)
1419 setup->cull_face = sp->rasterizer->cull_face;
1423 setup->cull_face = PIPE_FACE_NONE;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h86 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state

Completed in 127 milliseconds