Searched defs:verifyResult (Results 1 - 14 of 14) sorted by relevance

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEngineWrapBenchmark.java139 verifyResult(src, clientEngine.wrap(src, dst));
144 verifyResult(src, serverEngine.unwrap(src, dst));
148 private void verifyResult(ByteBuffer src, SSLEngineResult result) { method in class:EngineWrapBenchmark
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp408 if (true == verifyResult(result_image, TEXTURE_WIDTH, TEXTURE_HEIGHT, TEXTURE_PIXEL_SIZE))
503 bool GeometryShaderIfVertexEmitIsDoneAtEndTest::verifyResult(const unsigned char* result_image, unsigned int width, function in class:glcts::GeometryShaderIfVertexEmitIsDoneAtEndTest
551 bool GeometryShaderMissingEndPrimitiveCallTest::verifyResult(const unsigned char* result_image, unsigned int width, function in class:glcts::GeometryShaderMissingEndPrimitiveCallTest
617 bool GeometryShaderMissingEndPrimitiveCallForSinglePrimitiveTest::verifyResult(const unsigned char* result_image, function in class:glcts::GeometryShaderMissingEndPrimitiveCallForSinglePrimitiveTest
H A DesextcGeometryShaderLimits.cpp909 result = verifyResult(transform_feedback_data);
1168 if (true == verifyResult(&result_image[0]))
1396 bool GeometryShaderMaxUniformComponentsTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxUniformComponentsTest
1581 bool GeometryShaderMaxUniformBlocksTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxUniformBlocksTest
1719 bool GeometryShaderMaxInputComponentsTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxInputComponentsTest
1879 bool GeometryShaderMaxOutputComponentsTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxOutputComponentsTest
2200 bool GeometryShaderMaxOutputComponentsSinglePointTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxOutputComponentsSinglePointTest
2506 bool GeometryShaderMaxTextureUnitsTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxTextureUnitsTest
3252 bool GeometryShaderMaxCombinedTextureUnitsTest::verifyResult(const void* data) function in class:glcts::GeometryShaderMaxCombinedTextureUnitsTest
/external/deqp/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp228 bool verifyResult(const void* inputData, const void* resultData, int size, const char* method);
330 verifyResult((void*)input4f, (void*)result4f, sizeof(GLfloat) * 4, "getnUniformfv [false negative]");
338 verifyResult((void*)input3i, (void*)result3i, sizeof(GLint) * 3, "getnUniformiv [false negative]");
345 test_result = test_result && verifyResult((void*)input4ui, (void*)result4ui, sizeof(GLuint) * 4,
403 bool GetnUniformTest::verifyResult(const void* inputData, const void* resultData, int size, const char* method) function in class:glcts::RobustBufferAccessBehavior::GetnUniformTest
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp72 bool verifyResult (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image) function in namespace:vkt::tessellation::__anon4604
473 const bool ok = verifyResult(log, imagePixelAccess);
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c328 static void verifyResult(UEnumeration* res, const UBool *resultsManually) { function
467 verifyResult(ucnvsel_selectForUTF8(sel_rt, s, length8, &status), manual_rt);
468 verifyResult(ucnvsel_selectForUTF8(sel_fb, s, length8, &status), manual_fb);
470 verifyResult(ucnvsel_selectForUTF8(sel_rt, s, -1, &status), manual_rt);
471 verifyResult(ucnvsel_selectForUTF8(sel_fb, s, -1, &status), manual_fb);
483 verifyResult(ucnvsel_selectForString(sel_rt, utf16, length16, &status), manual_rt);
484 verifyResult(ucnvsel_selectForString(sel_fb, utf16, length16, &status), manual_fb);
486 verifyResult(ucnvsel_selectForString(sel_rt, utf16, -1, &status), manual_rt);
487 verifyResult(ucnvsel_selectForString(sel_fb, utf16, -1, &status), manual_fb);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp419 virtual bool verifyResult (Allocation& outputBufferAllocation) const = 0;
587 if (verifyResult(outputBufferAllocation))
613 virtual bool verifyResult (Allocation& outputBufferAllocation) const;
665 bool BinaryAtomicEndResultInstance::verifyResult (Allocation& outputBufferAllocation) const function in class:vkt::image::__anon4342::BinaryAtomicEndResultInstance
750 virtual bool verifyResult (Allocation& outputBufferAllocation) const;
874 bool BinaryAtomicIntermValuesInstance::verifyResult (Allocation& outputBufferAllocation) const function in class:vkt::image::__anon4342::BinaryAtomicIntermValuesInstance
H A DvktImageLoadStoreTests.cpp422 virtual tcu::TestStatus verifyResult (void) = 0;
489 return verifyResult();
503 tcu::TestStatus verifyResult (void);
531 tcu::TestStatus StoreTestInstance::verifyResult (void) function in class:vkt::image::__anon4345::StoreTestInstance
893 tcu::TestStatus verifyResult (void);
936 tcu::TestStatus LoadStoreTestInstance::verifyResult (void) function in class:vkt::image::__anon4345::LoadStoreTestInstance
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp136 virtual bool verifyResult (void);
750 if (verifyResult())
756 bool VertexAccessInstance::verifyResult (void) function in class:vkt::robustness::VertexAccessInstance
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp725 result = verifyResult(transform_feedback_data);
1301 bool GPUShader5TextureGatherOffsetColorTestBase::verifyResult(const void* result_data) function in class:glcts::GPUShader5TextureGatherOffsetColorTestBase
2228 bool GPUShader5TextureGatherOffsetDepthTestBase::verifyResult(const void* result_data) function in class:glcts::GPUShader5TextureGatherOffsetDepthTestBase
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1412 bool verifyResult(bool use_instancing) const;
2574 if (true == verifyResult(false))
2601 if (true == verifyResult(false))
2628 if (true == verifyResult(false))
2655 if (true == verifyResult(false))
2952 bool LimitTest::verifyResult(bool use_instancing) const function in class:VertexAttrib64Bit::LimitTest
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1329 virtual bool verifyResult (void) = 0;
1426 bool testPassed = this->verifyResult();
1594 bool verifyResult (void);
1621 bool FboSRGBColAttachCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5345::FboSRGBColAttachCase
1637 bool verifyResult (void);
1658 bool FboSRGBToggleBlendCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5345::FboSRGBToggleBlendCase
1674 bool verifyResult (void);
1695 bool FboSRGBRenderTargetIgnoreCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5345::FboSRGBRenderTargetIgnoreCase
1711 bool verifyResult (void);
1736 bool FboSRGBCopyToLinearCase::verifyResult (voi function in class:deqp::gles31::Functional::__anon5345::FboSRGBCopyToLinearCase
[all...]
H A Des31fSRGBDecodeTests.cpp901 virtual bool verifyResult (void) = 0;
1032 result = this->verifyResult();
1365 bool verifyResult (void);
1395 bool TextureDecodeSkippedCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::TextureDecodeSkippedCase
1436 bool verifyResult (void);
1467 bool TextureDecodeEnabledCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::TextureDecodeEnabledCase
1507 bool verifyResult (void);
1538 bool TexelFetchDecodeSkippedcase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::TexelFetchDecodeSkippedcase
1575 bool verifyResult (void);
1618 bool GPUConversionDecodeEnabledCase::verifyResult (voi function in class:deqp::gles31::Functional::__anon5397::GPUConversionDecodeEnabledCase
1767 bool DecodeToggledCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::DecodeToggledCase
1839 bool DecodeMultipleTexturesCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::DecodeMultipleTexturesCase
1917 bool DecodeSamplerCase::verifyResult (void) function in class:deqp::gles31::Functional::__anon5397::DecodeSamplerCase
[all...]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp3804 bool verification_result = verifyResult(format, resolution, function->m_function, &result_image[0]);
3903 bool TextureCubeMapArraySamplingTest::verifyResult(const formatDefinition& format, function in class:glcts::TextureCubeMapArraySamplingTest

Completed in 5621 milliseconds