Searched refs:TESTFUNC_LESS (Results 1 – 4 of 4) sorted by relevance
84 TESTFUNC_LESS, enumerator271 , depthFunc (TESTFUNC_LESS) in FragmentOperationState()
116 case TESTFUNC_LESS: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef < maskedBuf) break; in executeStencilCompare()218 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth < depthBufferValue) break; in executeDepthCompare()235 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth < depthBufferValue) break; in executeDepthCompare()
224 case GL_LESS: return rr::TESTFUNC_LESS; in mapGLTestFunc()
315 state.fragOps.depthFunc = rr::TESTFUNC_LESS; in toReferenceRenderState()