OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cull_face
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/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
;
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/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/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/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;
shader-leak.c
252
rasterizer.
cull_face
= PIPE_FACE_NONE;
tri-gs.c
257
rasterizer.
cull_face
= PIPE_FACE_NONE;
/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);
Completed in 833 milliseconds
1
2
3
4