Searched refs:TESTFUNC_EQUAL (Results 1 – 3 of 3) sorted by relevance
88 TESTFUNC_EQUAL, enumerator
120 case TESTFUNC_EQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef == maskedBuf) break; in executeStencilCompare()222 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth == depthBufferValue) break; in executeDepthCompare()239 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth == depthBufferValue) break; in executeDepthCompare()
220 case GL_EQUAL: return rr::TESTFUNC_EQUAL; in mapGLTestFunc()