Searched refs:TESTFUNC_GREATER (Results 1 – 3 of 3) sorted by relevance
86 TESTFUNC_GREATER, enumerator
118 case TESTFUNC_GREATER: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef > maskedBuf) break; in executeStencilCompare()220 case TESTFUNC_GREATER: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth > depthBufferValue) break; in executeDepthCompare()237 case TESTFUNC_GREATER: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth > depthBufferValue) break; in executeDepthCompare()
222 case GL_GREATER: return rr::TESTFUNC_GREATER; in mapGLTestFunc()