/external/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 344 bool checkImage(skiatest::Reporter* reporter, sk_sp<SkSurface> s) { in checkImage() function in TestHelper 367 bool checkImage(skiatest::Reporter* reporter) { in checkImage() function in TestHelper 368 return this->checkImage(reporter, fDst); in checkImage() 371 bool checkImage(skiatest::Reporter* reporter, sk_sp<SkDeferredDisplayList> ddl) { in checkImage() function in TestHelper 383 return this->checkImage(reporter, std::move(tmp)); in checkImage() 750 helper.checkImage(reporter, helper.snap1()); in test_1() 751 helper.checkImage(reporter, helper.snap2()); in test_1() 787 helper.checkImage(reporter); in test_2() 788 helper.checkImage(reporter, helper.snap1()); in test_2() 789 helper.checkImage(reporter, helper.snap2()); in test_2() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 176 bool checkImage (VkImage image, 348 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate() 353 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate() 355 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate() 357 …resultComparison = !checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Fail… in iterate() 523 bool CrossStageTestInstance::checkImage (VkImage image, VkCommandBuffer cmdBuffer, const string& de… in checkImage() function in vkt::SpirVAssembly::__anond718e0320111::CrossStageTestInstance
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderInvarianceTests.cpp | 143 bool checkImage (const tcu::Surface&) const; 299 error |= !checkImage(resultSurface); in iterate() 344 error |= !checkImage(resultSurface); in iterate() 356 bool InvarianceTest::checkImage (const tcu::Surface& surface) const in checkImage() function in deqp::gles3::Functional::__anon7fb4276d0111::InvarianceTest
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderInvarianceTests.cpp | 143 bool checkImage (const tcu::Surface&) const; 299 error |= !checkImage(resultSurface); in iterate() 344 error |= !checkImage(resultSurface); in iterate() 356 bool InvarianceTest::checkImage (const tcu::Surface& surface) const in checkImage() function in deqp::gles2::Functional::__anonf1fc3b0b0111::InvarianceTest
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderInvarianceTests.cpp | 118 bool checkImage(const tcu::ConstPixelBufferAccess& image) const; 313 if( !checkImage(resultImage) ) in iterate() 319 bool InvarianceTestInstance::checkImage(const tcu::ConstPixelBufferAccess& image) const in checkImage() function in vkt::sr::__anon138988240111::InvarianceTestInstance
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 286 bool checkImage (tcu::ConstPixelBufferAccess& dst); 382 if (!checkImage(dst)) in iterate() 1111 bool MultiViewRenderTestInstance::checkImage (tcu::ConstPixelBufferAccess& renderedFrame) in checkImage() function in vkt::MultiView::__anon997a26620111::MultiViewRenderTestInstance 1519 if (!checkImage(dst)) in iterate() 2316 if (!checkImage(dst)) in iterate() 2820 if (!checkImage(dst)) in iterate() 3117 if (!checkImage(dst)) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 976 bool checkImage (void); 1123 bool GraphicBasicTestInstance::checkImage (void) in checkImage() function in vkt::QueryPool::__anon340515a00111::GraphicBasicTestInstance 1420 if (m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP && !checkImage()) in checkResult() 1886 …| m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP ) && !checkImage()) in checkResult() 2281 if (!checkImage()) in checkResult()
|