Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h192 class CustomTextureExpectation; variable
389 std::is_base_of<detail::CustomTextureExpectation, E>::value>::type>
762 class CustomTextureExpectation : public Expectation {
764 virtual ~CustomTextureExpectation() = default;
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DNonzeroTextureCreationTests.cpp45 class ExpectNonZero : public detail::CustomTextureExpectation {