Home
last modified time | relevance | path

Searched refs:depth_test (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dclient_context_state_impl_autogen.h16 depth_test(false), in EnableFlags()
43 if (enable_flags.depth_test != enabled) { in SetCapabilityState()
45 enable_flags.depth_test = enabled; in SetCapabilityState()
98 *enabled = enable_flags.depth_test; in GetEnabled()
Dclient_context_state_autogen.h17 bool depth_test; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c57 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
60 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
Dsp_context.c108 if (softpipe->quad.depth_test) in softpipe_destroy()
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); in softpipe_destroy()
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); in softpipe_create_context()
Dsp_context.h153 struct quad_stage *depth_test; member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c57 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
60 insert_stage_at_head( sp, sp->quad.depth_test ); in sp_build_quad_pipeline()
Dsp_context.c108 if (softpipe->quad.depth_test) in softpipe_destroy()
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test ); in softpipe_destroy()
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); in softpipe_create_context()
Dsp_context.h153 struct quad_stage *depth_test; member
/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h16 depth_test(false), in EnableFlags()
88 EnableDisable(GL_DEPTH_TEST, enable_flags.depth_test); in InitCapabilities()
146 return enable_flags.depth_test; in GetEnabled()
445 params[0] = static_cast<GLint>(enable_flags.depth_test); in GetStateAsGLint()
769 params[0] = static_cast<GLfloat>(enable_flags.depth_test); in GetStateAsGLfloat()
Dcontext_state_autogen.h17 bool depth_test; member
Dgles2_cmd_decoder_autogen.h3314 if (state_.enable_flags.depth_test != enabled) { in SetCapabilityState()
3315 state_.enable_flags.depth_test = enabled; in SetCapabilityState()
Dgles2_cmd_decoder.cc3781 EnableDisable(GL_DEPTH_TEST, state_.enable_flags.depth_test && have_depth); in ApplyDirtyState()
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dgraw_util.h150 graw_util_default_state(struct graw_info *info, boolean depth_test) in graw_util_default_state() argument
165 depthStencilAlpha.depth.enabled = depth_test; in graw_util_default_state()
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h150 graw_util_default_state(struct graw_info *info, boolean depth_test) in graw_util_default_state() argument
165 depthStencilAlpha.depth.enabled = depth_test; in graw_util_default_state()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_cc.c207 cc->cc2.depth_test = 1; in upload_cc_unit()
Dbrw_structs.h344 GLuint depth_test:1; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cc.c207 cc->cc2.depth_test = 1; in upload_cc_unit()
Dbrw_structs.h344 GLuint depth_test:1; member