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

1 2

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 19 bool depth_test; member in struct:EnableFlags
client_context_state_impl_autogen.h 18 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/
sp_quad_pipe.c 57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
sp_context.c 108 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);
sp_context.h 153 struct quad_stage *depth_test; member in struct:softpipe_context::__anon18548
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.c 57 insert_stage_at_head( sp, sp->quad.depth_test );
60 insert_stage_at_head( sp, sp->quad.depth_test );
sp_context.c 108 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);
sp_context.h 153 struct quad_stage *depth_test; member in struct:softpipe_context::__anon31945
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 21 bool depth_test; member in struct:EnableFlags
context_state_impl_autogen.h 20 depth_test(false),
372 return enable_flags.depth_test;
688 params[0] = static_cast<GLint>(enable_flags.depth_test);
    [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 150 graw_util_default_state(struct graw_info *info, boolean depth_test)
165 depthStencilAlpha.depth.enabled = depth_test;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 150 graw_util_default_state(struct graw_info *info, boolean depth_test)
165 depthStencilAlpha.depth.enabled = depth_test;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 207 cc->cc2.depth_test = 1;
brw_structs.h 344 GLuint depth_test:1; member in struct:brw_cc_unit_state::__anon18998
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 207 cc->cc2.depth_test = 1;
brw_structs.h 344 GLuint depth_test:1; member in struct:brw_cc_unit_state::__anon32395
    [all...]
  /system/core/libpixelflinger/
picker.cpp 121 p |= GGL_BUILD_NEEDS(c->state.depth_test.func, P_DEPTH_TEST);
pixelflinger.cpp 572 if (c->state.depth_test.func != func) {
573 c->state.depth_test.func = func;
803 c->state.depth_test.func = GGL_LESS;
804 c->state.depth_test.clearValue = FIXED_ONE;
scanline.cpp     [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 516 depth_test_state_t depth_test; member in struct:android::state_t
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
    [all...]
es2pStateChangeTests.cpp 183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
    [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 169 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
    [all...]
es3pStateChangeTests.cpp 183 ADD_TESTCASE(depth_test, "Enable/Disable depth test.",
    [all...]

Completed in 308 milliseconds

1 2