Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp115 std::initializer_list<const char*> forceEnabledWorkarounds, in BackendTestConfig()
122 BackendTestConfig D3D12Backend(std::initializer_list<const char*> forceEnabledWorkarounds, in D3D12Backend()
128 BackendTestConfig MetalBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in MetalBackend()
134 BackendTestConfig NullBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in NullBackend()
140 BackendTestConfig OpenGLBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in OpenGLBackend()
146 BackendTestConfig OpenGLESBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in OpenGLESBackend()
152 BackendTestConfig VulkanBackend(std::initializer_list<const char*> forceEnabledWorkarounds, in VulkanBackend()
DDawnTest.h139 std::vector<const char*> forceEnabledWorkarounds; member
158 std::vector<const char*> forceEnabledWorkarounds; member