HomeSort by relevance Sort by last modified time
    Searched full:depth_test (Results 1 - 25 of 44) 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/content/test/data/gpu/functional_files/
context.js 27 gl_context.enable(gl_context.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...]
  /external/chromium_org/content/test/data/gpu/
pixel_webgl.html 126 gl.disable(gl.DEPTH_TEST);
  /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/docs/OLD/
MESA_trace.spec 277 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
289 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
  /external/mesa3d/docs/OLD/
MESA_trace.spec 277 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
289 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 97 DEPTH_TEST("Depth buffer enabled"),
GLState.java 205 IGLProperty depthTest = new GLBooleanProperty(GLStateType.DEPTH_TEST, Boolean.FALSE);
  /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;
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 581 { "depth_test", "DEPTH_TEST", GL_DEPTH_TEST, false},
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 207 cc->cc2.depth_test = 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 207 cc->cc2.depth_test = 1;
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 776 { "depth_test", "DEPTH_TEST", GL_DEPTH_TEST, false},
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 156 const GLenum DEPTH_TEST = 0x0B71;
    [all...]

Completed in 574 milliseconds

1 2