Searched refs:TESTFUNC_NOTEQUAL (Results 1 – 3 of 3) sorted by relevance
89 TESTFUNC_NOTEQUAL, enumerator
121 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef != maskedBuf) break; in executeStencilCompare()223 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth != depthBufferValue) break; in executeDepthCompare()240 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth != depthBufferValue) break; in executeDepthCompare()
226 case GL_NOTEQUAL: return rr::TESTFUNC_NOTEQUAL; in mapGLTestFunc()