/external/chromium_org/gpu/command_buffer/client/ |
client_context_state_autogen.h | 16 bool cull_face; member in struct:EnableFlags
|
client_context_state_impl_autogen.h | 15 cull_face(false), 37 if (enable_flags.cull_face != enabled) { 39 enable_flags.cull_face = enabled; 95 *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;
|
/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/gpu/command_buffer/service/ |
context_state_autogen.h | 16 bool cull_face; member in struct:EnableFlags
|
context_state_impl_autogen.h | 15 cull_face(false), 87 EnableDisable(GL_CULL_FACE, enable_flags.cull_face); 144 return enable_flags.cull_face; 439 params[0] = static_cast<GLint>(enable_flags.cull_face); 763 params[0] = static_cast<GLfloat>(enable_flags.cull_face);
|
/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 111 state->lp_state.cull_face,
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri.c | 126 rasterizer.cull_face = PIPE_FACE_NONE;
|
quad-tex.c | 189 rasterizer.cull_face = PIPE_FACE_NONE;
|
shader-leak.c | 252 rasterizer.cull_face = PIPE_FACE_NONE;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_polygon.c | 43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
|
nouveau_state.c | 88 context_dirty(ctx, CULL_FACE); 157 context_dirty(ctx, CULL_FACE);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 111 state->lp_state.cull_face,
|
/external/mesa3d/src/gallium/tests/graw/ |
tri.c | 126 rasterizer.cull_face = PIPE_FACE_NONE;
|
quad-tex.c | 189 rasterizer.cull_face = PIPE_FACE_NONE;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_polygon.c | 43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
|
nouveau_state.c | 88 context_dirty(ctx, CULL_FACE); 157 context_dirty(ctx, 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;
|