/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_state.c | 52 case GL_LESS: in intel_translate_shadow_compare_func() 77 case GL_LESS: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 44 case GL_LESS: in intel_translate_shadow_compare_func() 70 case GL_LESS: in intel_translate_compare_func()
|
/external/mesa3d/src/mesa/main/ |
D | depth.c | 68 case GL_LESS: /* (default) pass if incoming z < stored z */ in depth_func() 180 ctx->Depth.Func = GL_LESS; in _mesa_init_depth()
|
/external/deqp/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 439 …dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEE… in init() 443 …dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLAC… in init() 518 …dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR)); in init() 519 …dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR)); in init()
|
D | es3fFragDepthTests.cpp | 85 case GL_LESS: return a < b; in compare() 315 gl.depthFunc(GL_LESS); in iterate() 586 …se(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].fragSrc, cases[ndx].evalFunc, GL_LESS)); in init()
|
D | es3fDepthStencilTests.cpp | 329 cmd.params.depthFunc = GL_LESS; in generateDepthVisualizeCommands() 733 GL_LESS, in randomDepthStencilState() 791 { "less", GL_LESS }, in init() 907 { rr::FACETYPE_BACK, GL_LESS, 4, ~0u, ~0u }, in init()
|
D | es3fDepthTests.cpp | 272 …addChild(new DepthCompareCase(m_context, "cmp_less_than", "Depth compare: less than", GL_LESS… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 436 …dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEE… in init() 440 …dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLAC… in init() 515 …dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR)); in init() 516 …dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR)); in init()
|
D | es2fDepthRangeTests.cpp | 79 case GL_LESS: return a < b; in compare() 442 …es[ndx].name, cases[ndx].desc, cases[ndx].depthCoord, cases[ndx].zNear, cases[ndx].zFar, GL_LESS)); in init()
|
D | es2fDepthStencilTests.cpp | 329 cmd.params.depthFunc = GL_LESS; in generateDepthVisualizeCommands() 733 GL_LESS, in randomDepthStencilState() 791 { "less", GL_LESS }, in init() 907 { rr::FACETYPE_BACK, GL_LESS, 4, ~0u, ~0u }, in init()
|
D | es2fDepthTests.cpp | 269 …addChild(new DepthCompareCase(m_context, "cmp_less_than", "Depth compare: less than", GL_LESS… in init()
|
D | es2fPolygonOffsetTests.cpp | 629 gl.depthFunc (GL_LESS); in testPolygonOffset() 818 gl.depthFunc (GL_LESS); in testPolygonOffset() 912 gl.depthFunc (GL_LESS); in testPolygonOffset()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 226 GL_LESS, in init() 530 GL_LESS, in init() 669 GL_LESS, in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 82 case GL_LESS: in compare() 314 gl.depthFunc(GL_LESS); in iterate() 560 cases[ndx].fragSrc, cases[ndx].evalFunc, GL_LESS)); in init()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 135 case GL_LESS: in nvgl_comparison_op()
|
D | nv04_state_raster.c | 41 case GL_LESS: in get_comparison_op()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 261 GL_LESS, in init() 592 GL_LESS, in init() 731 GL_LESS, in init()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.cpp | 531 case GL_LESS: return sw::DEPTH_LESS; in ConvertDepthComparison() 549 case GL_LESS: return sw::STENCIL_LESS; in ConvertStencilComparison() 567 case GL_LESS: return sw::ALPHA_LESS; in ConvertAlphaComparison()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 41 case GL_LESS: \
|
D | s_triangle.c | 890 assert(ctx->Depth.Func == GL_LESS); \ 1026 ctx->Depth.Func == GL_LESS && in _swrast_choose_triangle() 1095 && ctx->Depth.Func == GL_LESS in _swrast_choose_triangle()
|
D | s_depth.c | 77 case GL_LESS: in depth_test_span16() 125 case GL_LESS: in depth_test_span32()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 56 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER); in st_compare_func_to_pipe()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cClipControlTests.cpp | 606 gl.depthFunc(GL_LESS); in deinit() 796 gl.depthFunc(GL_LESS); in deinit() 977 gl.depthFunc(GL_LESS); in deinit()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 224 case GL_LESS: return rr::TESTFUNC_LESS; in mapGLTestFunc()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 76 GL_LESS, in computeRandomRenderState()
|