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

  /external/deqp/modules/internal/
ditFrameworkTests.cpp 812 const bool depthOk = verifyDepth && (depthDiff <= maxDepthUlpDiff);
829 if (!depthOk)
832 if (!colorOk || !depthOk)
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 515 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
518 if (!depthOk)
616 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
619 if (!depthOk)
    [all...]

Completed in 679 milliseconds