Searched refs:AssertSurfaceCreation (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | WindowSurfaceTests.cpp | 65 void AssertSurfaceCreation(const wgpu::SurfaceDescriptor* descriptor, bool succeeds) { in AssertSurfaceCreation() function in WindowSurfaceInstanceTests 93 AssertSurfaceCreation(&descriptor, true); in TEST_F() 101 AssertSurfaceCreation(&descriptor, false); in TEST_F() 112 AssertSurfaceCreation(&descriptor, false); in TEST_F() 123 AssertSurfaceCreation(&descriptor, false); in TEST_F() 138 AssertSurfaceCreation(&descriptor, false); in TEST_F() 159 AssertSurfaceCreation(&descriptor, false); in TEST_F() 172 AssertSurfaceCreation(&descriptor, false); in TEST_F() 199 AssertSurfaceCreation(&descriptor, false); in TEST_F() 212 AssertSurfaceCreation(&descriptor, false); in TEST_F() [all …]
|