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

1 2 3 4 5 67 8 91011

  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 278 if (!program.isOk())
577 if (!program.isOk())
    [all...]
es31fDrawTests.cpp 115 bool isOk = true;
132 isOk = isOk && pixelOk;
135 if (!isOk)
150 return isOk;
    [all...]
es31fTextureMultisampleTests.cpp 349 if (!program.isOk())
431 if (!m_samplerProgram->isOk())
791 if (!m_samplerProgram->isOk())
820 if (!m_alphaProgram->isOk())
    [all...]
es31fShaderStateQueryTests.cpp 125 if (!program.isOk())
es31fShaderTextureSizeTests.cpp 176 if (!m_shader->isOk())
es31fShaderImageLoadStoreTests.cpp 928 if (!program.isOk())
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
es2fTextureSpecificationTests.cpp 506 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold,
509 if (!isOk)
528 bool isOk = true;
547 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold,
550 if (!isOk)
557 if (!isOk)
    [all...]
es2fTextureUnitTests.cpp 813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
816 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
817 isOk ? "Pass" : "Image comparison failed");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 270 TCU_CHECK(m_program->isOk());
523 TCU_CHECK(m_program->isOk());
717 TCU_CHECK(m_program->isOk());
    [all...]
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 133 const bool isOk = !m_defined.get(pos)
139 return isOk;
144 const bool isOk = !m_defined.get(pos)
151 return isOk;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 191 if (!program.isOk())
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 198 if (!program.isOk())
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 284 if (!m_program->isOk())
  /frameworks/av/camera/
Camera.cpp 96 if (ret.isOk() && c->mCamera != nullptr) {
  /system/tools/aidl/tests/
aidl_test_service.cpp 266 if (status.isOk()) {
  /external/deqp/modules/glshared/
glsScissorTests.cpp 217 if (!shader.isOk())
632 if (!shader.isOk())
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 346 ** isOk: Status of operation.
351 void nativeNfcTag_formatStatus (bool isOk)
353 sFormatOk = isOk;
    [all...]
  /system/netd/tests/
netd_test.cpp 265 return rv.isOk();
304 if (!rv.isOk() || params32.size() != INetd::RESOLVER_PARAMS_COUNT) {
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 121 if (!m_program.isOk())
579 TCU_CHECK(occluderData->m_program.isOk());
580 TCU_CHECK(occludedData->m_program.isOk());
    [all...]

Completed in 1133 milliseconds

1 2 3 4 5 67 8 91011