HomeSort by relevance Sort by last modified time
    Searched refs:isOk (Results 126 - 150 of 254) sorted by null

1 2 3 4 56 7 8 91011

  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 217 bool isOk = false;
221 isOk = runThread(thread);
259 return isOk;
369 bool isOk = true;
375 isOk = false;
420 if (isOk)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 416 const bool isOk = numFailedPixels == 0;
417 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
418 isOk ? "Pass" : "Image verification failed");
739 const bool isOk = numFailedPixels == 0;
740 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
741 isOk ? "Pass" : "Image verification failed");
    [all...]
es2fShaderInvarianceTests.cpp 183 if (!m_shader0->isOk())
190 if (!m_shader1->isOk())
    [all...]
es2fReadPixelsTests.cpp 96 TCU_CHECK(program.isOk());
es2fTextureFilteringTests.cpp 311 const bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
314 if (!isOk)
597 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
600 if (!isOk)
es2fFboApiTest.cpp 75 bool isOk = (result == expectA || result == expectB);
77 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage;
79 if (!isOk)
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 256 if (!m_program->isOk())
885 bool isOk = true;
923 isOk = tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, finalThreshold, tcu::COMPARE_LOG_RESULT);
    [all...]
es3fTextureShadowTests.cpp 385 const bool isOk = verifyTexCompareResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
388 if (!isOk)
675 const bool isOk = verifyTexCompareResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
678 if (!isOk)
    [all...]
es3fLifetimeTests.cpp 90 TCU_CHECK(isOk());
512 if (!program.isOk())
es3fShaderInvarianceTests.cpp 183 if (!m_shader0->isOk())
190 if (!m_shader1->isOk())
    [all...]
es3fTextureFilteringTests.cpp 322 const bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
325 if (!isOk)
635 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
638 if (!isOk)
    [all...]
es3fTextureWrapTests.cpp 348 const bool isOk = verifyTextureResult(m_testCtx, renderedFrame.getAccess(), m_texture->getRefTexture(),
351 if (!isOk)
es3fFboApiTests.cpp 71 bool isOk = (result == expectA || result == expectB);
73 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage;
75 if (!isOk)
es3fDrawTests.cpp 781 bool isOk = true;
805 isOk = isOk && pixelOk;
809 if (!isOk)
828 return isOk;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 360 if (!m_program->isOk())
522 if (!m_program->isOk())
es31fTextureFilteringTests.cpp 399 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
402 if (!isOk)
es31fStencilTexturingTests.cpp 142 if (!program.isOk())
245 if (!program.isOk())
310 if (!program.isOk())
369 if (!program.isOk())
    [all...]
es31fMultisampleShaderRenderCase.cpp 215 if (!m_textureSamplerProgram->isOk())
297 if (!m_program->isOk())
465 if (!m_program->isOk())
  /frameworks/av/services/camera/libcameraservice/
CameraService.h     [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 190 bool isOk (void) const { return m_program.getLinkStatus(); }
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 216 if (!m_program->isOk())
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 153 if (!m_program->isOk())
  /external/deqp/framework/common/
tcuCommandLine.cpp 790 bool isOk = false;
793 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args);
802 return isOk;

Completed in 792 milliseconds

1 2 3 4 56 7 8 91011