HomeSort by relevance Sort by last modified time
    Searched refs:TESTFUNC_NOTEQUAL (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 89 TESTFUNC_NOTEQUAL,
rrFragmentOperations.cpp 121 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef != maskedBuf) break;
223 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth != depthBufferValue) break;
240 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth != depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 226 case GL_NOTEQUAL: return rr::TESTFUNC_NOTEQUAL;

Completed in 107 milliseconds