Searched refs:TESTFUNC_GEQUAL (Results 1 – 3 of 3) sorted by relevance
87 TESTFUNC_GEQUAL, enumerator
119 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef >= maskedBuf) break; in executeStencilCompare()221 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth >= depthBufferValue) break; in executeDepthCompare()238 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth >= depthBufferValue) break; in executeDepthCompare()
221 case GL_GEQUAL: return rr::TESTFUNC_GEQUAL; in mapGLTestFunc()