/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_state.c | 51 case GL_GEQUAL: in intel_translate_shadow_compare_func() 77 case GL_GEQUAL: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 51 case GL_GEQUAL: in intel_translate_shadow_compare_func() 77 case GL_GEQUAL: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_state.c | 51 case GL_GEQUAL: in intel_translate_shadow_compare_func() 77 case GL_GEQUAL: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 145 case GL_GEQUAL: in nvgl_comparison_op()
|
D | nv04_state_raster.c | 50 case GL_GEQUAL: in get_comparison_op()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 230 GL_GEQUAL, in init() 533 GL_GEQUAL, in init() 672 GL_GEQUAL, in init()
|
/external/mesa3d/src/mesa/main/ |
D | depth.c | 78 case GL_GEQUAL: in _mesa_DepthFunc()
|
D | stencil.c | 85 case GL_GEQUAL: in validate_stencil_func()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 265 GL_GEQUAL, in init() 595 GL_GEQUAL, in init() 734 GL_GEQUAL, in init()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 54 case GL_GEQUAL: \
|
D | s_depth.c | 83 case GL_GEQUAL: in depth_test_span16() 131 case GL_GEQUAL: in depth_test_span32()
|
D | s_stencil.c | 244 case GL_GEQUAL: in do_stencil_test()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 58 STATIC_ASSERT(PIPE_FUNC_GEQUAL == GL_GEQUAL - GL_NEVER); in st_compare_func_to_pipe()
|
/external/deqp/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 549 …dst.push_back(StencilOp::quad(GL_GEQUAL, targetStencil-1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_IN… in init() 550 …dst.push_back(StencilOp::quad(GL_GEQUAL, targetStencil-1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_IN… in init()
|
D | es2fDepthTests.cpp | 272 …CompareCase(m_context, "cmp_greater_or_equal", "Depth compare: greater than or equal", GL_GEQUAL)); in init()
|
D | es2fDepthRangeTests.cpp | 83 case GL_GEQUAL: return a >= b; in compare()
|
D | es2fDepthStencilTests.cpp | 736 GL_GEQUAL, in randomDepthStencilState() 794 { "gequal", GL_GEQUAL }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 552 …dst.push_back(StencilOp::quad(GL_GEQUAL, targetStencil-1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_IN… in init() 553 …dst.push_back(StencilOp::quad(GL_GEQUAL, targetStencil-1, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_IN… in init()
|
D | es3fDepthTests.cpp | 275 …CompareCase(m_context, "cmp_greater_or_equal", "Depth compare: greater than or equal", GL_GEQUAL)); in init()
|
D | es3fFragDepthTests.cpp | 89 case GL_GEQUAL: return a >= b; in compare()
|
D | es3fDepthStencilTests.cpp | 736 GL_GEQUAL, in randomDepthStencilState() 794 { "gequal", GL_GEQUAL }, in init()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 221 case GL_GEQUAL: return rr::TESTFUNC_GEQUAL; in mapGLTestFunc()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 79 GL_GEQUAL, in computeRandomRenderState()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 726 case GL_GEQUAL: return tcu::Sampler::COMPAREMODE_GREATER_OR_EQUAL; in mapGLCompareFunc() 799 case tcu::Sampler::COMPAREMODE_GREATER_OR_EQUAL: return GL_GEQUAL; in getGLCompareFunc()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 98 case GL_GEQUAL: in radeonAlphaFunc() 287 case GL_GEQUAL: in radeonDepthFunc() 1187 case GL_GEQUAL: in radeonStencilFuncSeparate()
|