Searched refs:GL_LESS (Results 1 – 25 of 68) sorted by relevance
123
45 case GL_LESS: in intel_translate_shadow_compare_func()71 case GL_LESS: in intel_translate_compare_func()
77 case GL_LESS: /* (default) pass if incoming z < stored z */ in _mesa_DepthFunc()170 ctx->Depth.Func = GL_LESS; in _mesa_init_depth()
135 case GL_LESS: in nvgl_comparison_op()
40 case GL_LESS: in get_comparison_op()
50 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)) in SetupInitStateExpectations()
165 glStencilFunc( GL_LESS, 0x7, 0x3 ); in Draw()
42 case GL_LESS: \
77 case GL_LESS: in depth_test_span16()125 case GL_LESS: in depth_test_span32()
889 ASSERT(ctx->Depth.Func == GL_LESS); \1025 ctx->Depth.Func == GL_LESS && in _swrast_choose_triangle()1093 && ctx->Depth.Func == GL_LESS in _swrast_choose_triangle()
53 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER); in st_compare_func_to_pipe()
152 glDepthFunc(GL_LESS); in Atlantis_Init()
27 case GL_LESS: d3dComp = D3DCMP_LESS; break; in ConvertComparison()