Searched refs:isOk (Results 126 - 150 of 181) sorted by relevance

12345678

/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp179 if (!m_program->isOk())
H A Des2pDrawCallBatchingTests.cpp262 TCU_CHECK(m_program->isOk());
H A Des2pShaderOptimizationTests.cpp241 if (!program(optimized)->isOk())
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp330 if (!m_program->isOk())
H A Des3fInstancedRenderingTests.cpp309 if(!m_program->isOk())
H A Des3fLifetimeTests.cpp90 TCU_CHECK(isOk());
H A Des3fPrimitiveRestartTests.cpp240 if(!m_program->isOk())
H A Des3fRasterizerDiscardTests.cpp229 if (!m_program->isOk())
H A Des3fReadPixelsTests.cpp139 TCU_CHECK(program.isOk());
H A Des3fASTCDecompressionCases.cpp1564 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold));
1568 errorMaskDst.setPixel(x, y, isOk ? tcu::RGBA::green : tcu::RGBA::red);
1570 if (!isOk && firstFailedBlockCoordDst.x() == -1)
H A Des3fFboRenderTest.cpp496 bool isOk = errorCodesOk && imagesOk; local
497 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
498 isOk ? "Pass" : failReason);
H A Des3fShaderApiTests.cpp1240 if (program.isOk())
1367 TCU_CHECK_MSG(program.isOk(), "Couldn't build program");
H A Des3fOcclusionQueryTests.cpp169 if (!m_program->isOk())
H A Des3fShaderPackingFunctionTests.cpp108 if (!m_executor->isOk())
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp230 if (!m_program->isOk())
H A Des31fComputeShaderBuiltinVarTests.cpp169 if (!program->isOk())
H A Des31fShaderSharedVarTests.cpp133 << " bool isOk[LOCAL_SIZE];\n"
152 << " isOk[gl_LocalInvocationIndex] = allOk;\n"
160 if (!m_program->isOk())
331 m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" << TestLog::EndMessage;
H A Des31fTextureGatherTests.cpp1354 if (!m_program->isOk())
1463 const bool isOk = verifySingleColored(log, rendered, refColor); local
1465 if (!isOk)
1470 return isOk;
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp405 if (!program.isOk())
H A DglsStateChangePerfTestCases.cpp320 if (!program->isOk())
H A DglsTextureBufferCase.cpp971 TCU_CHECK(m_preRenderProgram->isOk());
990 TCU_CHECK(m_postRenderProgram->isOk());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp2893 bool isOk = true; local
2899 isOk = false;
2901 isOk &= true;
2906 isOk = false;
2920 if (isOk)
3685 bool isOk = true; local
3691 isOk = false;
3693 isOk &= true;
3698 isOk = false;
3711 if (isOk)
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp635 bool isOk = errorCodesOk && imagesOk; local
636 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
637 isOk ? "Pass" : failReason);
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp244 if (!program(optimized)->isOk())

Completed in 458 milliseconds

12345678