Home
last modified time | relevance | path

Searched refs:wrappedExpectation (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DSurfaceDrawContextTest.cpp28 bool wrappedExpectation) { in check_instantiation_status() argument
29 REPORTER_ASSERT(reporter, sdc->asRenderTargetProxy()->isInstantiated() == wrappedExpectation); in check_instantiation_status()
34 REPORTER_ASSERT(reporter, tProxy->isInstantiated() == wrappedExpectation); in check_instantiation_status()
/third_party/flutter/skia/tests/
DRenderTargetContextTest.cpp25 bool wrappedExpectation) { in check_instantiation_status() argument
26 REPORTER_ASSERT(reporter, rtCtx->testingOnly_IsInstantiated() == wrappedExpectation); in check_instantiation_status()
31 REPORTER_ASSERT(reporter, tProxy->isInstantiated() == wrappedExpectation); in check_instantiation_status()