HomeSort by relevance Sort by last modified time
    Searched refs:cull_face (Results 1 - 25 of 49) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 43 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;
draw_pipe_validate.c 263 if (need_det || rast->cull_face != PIPE_FACE_NONE) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 105 raster->cull_face = PIPE_FACE_FRONT;
108 raster->cull_face = PIPE_FACE_BACK;
111 raster->cull_face = PIPE_FACE_FRONT_AND_BACK;
116 raster->cull_face = PIPE_FACE_NONE;
127 if (raster->cull_face & PIPE_FACE_FRONT) {
131 if (raster->cull_face & PIPE_FACE_BACK) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 86 rast->cullmode = svga_translate_cullmode( templ->cull_face,
143 switch (templ->cull_face) {
187 templ->cull_face != PIPE_FACE_NONE))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 111 state->lp_state.cull_face,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 93 p->rasterizer.cull_face = PIPE_FACE_NONE;
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 181 ES2F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 86 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 189 rasterizer.cull_face = PIPE_FACE_NONE;
tri.c 126 rasterizer.cull_face = PIPE_FACE_NONE;
shader-leak.c 252 rasterizer.cull_face = PIPE_FACE_NONE;
tri-gs.c 257 rasterizer.cull_face = PIPE_FACE_NONE;
tri-instanced.c 308 rasterizer.cull_face = PIPE_FACE_NONE;
graw_util.h 177 rasterizer.cull_face = PIPE_FACE_NONE;
quad-sample.c 379 rasterizer.cull_face = PIPE_FACE_NONE;
fs-test.c 506 rasterizer.cull_face = PIPE_FACE_NONE;
gs-test.c 570 rasterizer.cull_face = PIPE_FACE_NONE;
vs-test.c 457 rasterizer.cull_face = PIPE_FACE_NONE;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 149 if (cso->cull_face == PIPE_FACE_FRONT_AND_BACK)
152 if (cso->cull_face == PIPE_FACE_FRONT)
159 SB_DATA (so, cso->cull_face != PIPE_FACE_NONE);
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 154 p->rasterizer.cull_face = PIPE_FACE_NONE;
quad-tex.c 203 p->rasterizer.cull_face = PIPE_FACE_NONE;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
388 if (face & setup->cull_face)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 277 void cull_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
493 {cull_face, "cull_face", "Invalid glCullFace() usage" },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 571 state.cull_face = PIPE_FACE_FRONT;
573 state.cull_face = PIPE_FACE_BACK;
575 state.cull_face = PIPE_FACE_NONE;
    [all...]

Completed in 374 milliseconds

1 2