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

1 2 3 4

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 18 bool cull_face; member in struct:EnableFlags
client_context_state_impl_autogen.h 17 cull_face(false),
39 if (enable_flags.cull_face != enabled) {
41 enable_flags.cull_face = enabled;
96 *enabled = enable_flags.cull_face;
  /external/chromium_org/third_party/mesa/src/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/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;
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 111 state->lp_state.cull_face,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 111 state->lp_state.cull_face,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_program.c 93 p->rasterizer.cull_face = PIPE_FACE_NONE;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 93 p->rasterizer.cull_face = PIPE_FACE_NONE;
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 19 bool cull_face; member in struct:EnableFlags
context_state_impl_autogen.h 18 cull_face(false),
370 return enable_flags.cull_face;
682 params[0] = static_cast<GLint>(enable_flags.cull_face);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 86 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-tex.c 189 rasterizer.cull_face = PIPE_FACE_NONE;
tri.c 126 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;
  /external/chromium_org/third_party/mesa/src/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/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/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 183 void cull_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
395 {cull_face, "cull_face", "Invalid glCullFace() usage" },

Completed in 945 milliseconds

1 2 3 4