Searched refs:depth_test (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_autogen.h19 bool depth_test; member in struct:EnableFlags
H A Dclient_context_state_impl_autogen.h18 depth_test(false),
45 if (enable_flags.depth_test != enabled) {
47 enable_flags.depth_test = enabled;
99 *enabled = enable_flags.depth_test;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
H A Dsp_context.c108 if (softpipe->quad.depth_test)
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test );
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe);
H A Dsp_context.h153 struct quad_stage *depth_test; member in struct:softpipe_context::__anon13923
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
H A Dsp_context.c108 if (softpipe->quad.depth_test)
109 softpipe->quad.depth_test->destroy( softpipe->quad.depth_test );
272 softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe);
H A Dsp_context.h153 struct quad_stage *depth_test; member in struct:softpipe_context::__anon27334
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h21 bool depth_test; member in struct:EnableFlags
H A Dcontext_state_impl_autogen.h20 depth_test(false),
372 return enable_flags.depth_test;
688 params[0] = static_cast<GLint>(enable_flags.depth_test);
1025 params[0] = static_cast<GLfloat>(enable_flags.depth_test);
H A Dgles2_cmd_decoder_autogen.h3324 state_.enable_flags.depth_test = enabled;
H A Dgles2_cmd_decoder.cc4040 GL_DEPTH_TEST, state_.enable_flags.depth_test && have_depth);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dgraw_util.h150 graw_util_default_state(struct graw_info *info, boolean depth_test) argument
165 depthStencilAlpha.depth.enabled = depth_test;
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h150 graw_util_default_state(struct graw_info *info, boolean depth_test) argument
165 depthStencilAlpha.depth.enabled = depth_test;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c207 cc->cc2.depth_test = 1;
H A Dbrw_structs.h344 GLuint depth_test:1; member in struct:brw_cc_unit_state::__anon14373
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c207 cc->cc2.depth_test = 1;
H A Dbrw_structs.h344 GLuint depth_test:1; member in struct:brw_cc_unit_state::__anon27784
/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
H A Des2pStateChangeTests.cpp183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
H A Des3pStateChangeTests.cpp183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",

Completed in 1390 milliseconds