HomeSort by relevance Sort by last modified time
    Searched defs:isLastIter (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 217 bool isLastIter = m_curIter+1 == m_numIters;
218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
224 return isLastIter || !isOk ? STOP : CONTINUE;
es2fDepthStencilTests.cpp 701 bool isLastIter = m_iterNdx >= (int)m_cases.size();
709 if (compareOk && !isLastIter)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 220 bool isLastIter = m_curIter+1 == m_numIters;
221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
227 return isLastIter || !isOk ? STOP : CONTINUE;
es3fDepthStencilTests.cpp 701 bool isLastIter = m_iterNdx >= (int)m_cases.size();
709 if (compareOk && !isLastIter)
    [all...]

Completed in 211 milliseconds