Home
last modified time | relevance | path

Searched refs:mDeferredExpectations (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp496 mDeferredExpectations.push_back(std::move(deferred)); in AddBufferExpectation()
497 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddBufferExpectation()
498 return *(mDeferredExpectations.back().message.get()); in AddBufferExpectation()
541 mDeferredExpectations.push_back(std::move(deferred)); in AddTextureExpectation()
542 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddTextureExpectation()
543 return *(mDeferredExpectations.back().message.get()); in AddTextureExpectation()
622 for (const auto& expectation : mDeferredExpectations) { in ResolveExpectations()
DDawnTest.h248 std::vector<DeferredExpectation> mDeferredExpectations; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1082 mDeferredExpectations.push_back(std::move(deferred)); in AddBufferExpectation()
1083 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddBufferExpectation()
1084 return *(mDeferredExpectations.back().message.get()); in AddBufferExpectation()
1133 mDeferredExpectations.push_back(std::move(deferred)); in AddTextureExpectationImpl()
1134 mDeferredExpectations.back().message = std::make_unique<std::ostringstream>(); in AddTextureExpectationImpl()
1135 return *(mDeferredExpectations.back().message.get()); in AddTextureExpectationImpl()
1485 for (const auto& expectation : mDeferredExpectations) { in ResolveExpectations()
DDawnTest.h567 std::vector<DeferredExpectation> mDeferredExpectations; variable