Home
last modified time | relevance | path

Searched refs:SetupGLFWWindowHintsForBackend (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DGLFWUtils.h28 void SetupGLFWWindowHintsForBackend(wgpu::BackendType type);
DGLFWUtils.cpp31 void SetupGLFWWindowHintsForBackend(wgpu::BackendType type) { in SetupGLFWWindowHintsForBackend() function
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DBackendBinding.h39 void SetupGLFWWindowHintsForBackend(dawn_native::BackendType type);
DBackendBinding.cpp47 void SetupGLFWWindowHintsForBackend(dawn_native::BackendType type) { in SetupGLFWWindowHintsForBackend() function
/third_party/flutter/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp80 utils::SetupGLFWWindowHintsForBackend(backendType); in CreateCppDawnDevice()
/third_party/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp106 utils::SetupGLFWWindowHintsForBackend(backendType); in CreateCppDawnDevice()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp228 utils::SetupGLFWWindowHintsForBackend(type); in CreateBackendWindow()