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

1 2

  /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::__anon19174
  /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/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;
795 c->state.depth_test.func = GGL_LESS;
796 c->state.depth_test.clearValue = FIXED_ONE;
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 581 { "depth_test", "DEPTH_TEST", GL_DEPTH_TEST, false},
  /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::__anon19624
    [all...]
  /external/deqp/scripts/opengl/
gen_str_util.py 324 ("EnableCap", ["TEXTURE_2D", "CULL_FACE", "BLEND", "DITHER", "STENCIL_TEST", "DEPTH_TEST", "SCISSOR_TEST",
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_5.sh 103 run_test "spec/!OpenGL 1.1/fdo23670-depth_test" 0.0 "bin/fdo23670-depth_test -auto"
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 776 { "depth_test", "DEPTH_TEST", GL_DEPTH_TEST, false},
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_3.sh 218 run_test "spec/!OpenGL 1.1/fdo23670-depth_test" 0.0 "bin/fdo23670-depth_test -auto"
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 140 public static final int DEPTH_TEST = 0x0B71;
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 381 ctx.disable(ctx.DEPTH_TEST);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 95 gl.enable(gl.DEPTH_TEST);
  /system/core/libpixelflinger/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/mesa3d/docs/
relnotes-7.11.html 230 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36473">Bug 36473</a> - [bisected] piglit bugs/fdo23670-depth_test failed</li>
  /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 561 milliseconds

1 2