/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 52 STATIC_ASSERT(PIPE_FUNC_NEVER == GL_NEVER - GL_NEVER); in st_compare_func_to_pipe() 53 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER); in st_compare_func_to_pipe() 54 STATIC_ASSERT(PIPE_FUNC_EQUAL == GL_EQUAL - GL_NEVER); in st_compare_func_to_pipe() 55 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER); in st_compare_func_to_pipe() 56 STATIC_ASSERT(PIPE_FUNC_GREATER == GL_GREATER - GL_NEVER); in st_compare_func_to_pipe() 57 STATIC_ASSERT(PIPE_FUNC_NOTEQUAL == GL_NOTEQUAL - GL_NEVER); in st_compare_func_to_pipe() 58 STATIC_ASSERT(PIPE_FUNC_GEQUAL == GL_GEQUAL - GL_NEVER); in st_compare_func_to_pipe() 59 STATIC_ASSERT(PIPE_FUNC_ALWAYS == GL_ALWAYS - GL_NEVER); in st_compare_func_to_pipe() 60 assert(func >= GL_NEVER); in st_compare_func_to_pipe() 62 return func - GL_NEVER; in st_compare_func_to_pipe()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_state.c | 43 case GL_NEVER: in intel_translate_shadow_compare_func() 69 case GL_NEVER: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 43 case GL_NEVER: in intel_translate_shadow_compare_func() 69 case GL_NEVER: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_state.c | 43 case GL_NEVER: in intel_translate_shadow_compare_func() 69 case GL_NEVER: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 133 case GL_NEVER: in nvgl_comparison_op()
|
D | nv04_state_raster.c | 38 case GL_NEVER: in get_comparison_op()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 224 GL_NEVER, in init() 528 GL_NEVER, in init() 667 GL_NEVER, in init()
|
/external/mesa3d/src/mesa/main/ |
D | depth.c | 84 case GL_NEVER: in _mesa_DepthFunc()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 259 GL_NEVER, in init() 590 GL_NEVER, in init() 729 GL_NEVER, in init()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 103 else if (ctx->Color.AlphaFunc == GL_NEVER) { in _swrast_alpha_test()
|
D | s_depth.c | 98 case GL_NEVER: in depth_test_span16() 146 case GL_NEVER: in depth_test_span32()
|
D | s_stencil.c | 231 case GL_NEVER: in do_stencil_test()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 94 glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in init()
|
D | es2fDepthTests.cpp | 266 addChild(new DepthCompareCase(m_context, "cmp_never", "Never pass depth test", GL_NEVER)); in init()
|
D | es2fDepthRangeTests.cpp | 77 case GL_NEVER: return false; in compare()
|
/external/autotest/client/deps/glbench/src/ |
D | testbase.cc | 213 glDepthFunc(GL_NEVER); in FillRateTestBlendDepth()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | FrameBufferTest.java | 83 Gdx.gl20.glStencilFunc(GL20.GL_NEVER, 1, 0xFF); in render()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 225 case GL_NEVER: return rr::TESTFUNC_NEVER; in mapGLTestFunc()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 74 GL_NEVER, in computeRandomRenderState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthTests.cpp | 269 addChild(new DepthCompareCase(m_context, "cmp_never", "Never pass depth test", GL_NEVER)); in init()
|
D | es3fNegativeFragmentApiTests.cpp | 94 glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in init()
|
D | es3fFragDepthTests.cpp | 83 case GL_NEVER: return false; in compare()
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/ |
D | egl_defs.h | 127 #define GL_NEVER 0x0200 macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 92 ctx.glStencilFuncSeparate(-1, GL_NEVER, 0, 1); in stencil_func_separate()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 730 case GL_NEVER: return tcu::Sampler::COMPAREMODE_NEVER; in mapGLCompareFunc() 803 case tcu::Sampler::COMPAREMODE_NEVER: return GL_NEVER; in getGLCompareFunc()
|