Home
last modified time | relevance | path

Searched defs:DawnTestParam (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h66 struct DawnTestParam { struct
67 explicit DawnTestParam(dawn_native::BackendType backendType) : backendType(backendType) { in DawnTestParam() function
77 extern const DawnTestParam D3D12Backend; argument