Searched refs:TESTFUNC_LEQUAL (Results 1 – 4 of 4) sorted by relevance
85 TESTFUNC_LEQUAL, enumerator
117 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef <= maskedBuf) break; in executeStencilCompare()219 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth <= depthBufferValue) break; in executeDepthCompare()236 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth <= depthBufferValue) break; in executeDepthCompare()
223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL; in mapGLTestFunc()
323 state.fragOps.stencilStates[0].func = rr::TESTFUNC_LEQUAL; in toReferenceRenderState()