Home
last modified time | relevance | path

Searched refs:CreateNativeSwapChainImpl (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DNullBackend.h22 DAWN_NATIVE_EXPORT DawnSwapChainImplementation CreateNativeSwapChainImpl();
DOpenGLBackend.h39 CreateNativeSwapChainImpl(WGPUDevice device, PresentCallback present, void* presentUserdata);
DD3D12Backend.h36 DAWN_NATIVE_EXPORT DawnSwapChainImplementation CreateNativeSwapChainImpl(WGPUDevice device,
DVulkanBackend.h32 CreateNativeSwapChainImpl(WGPUDevice device, ::VkSurfaceKHR surface);
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DNullBackend.h22 DAWN_NATIVE_EXPORT DawnSwapChainImplementation CreateNativeSwapChainImpl();
DD3D12Backend.h24 DAWN_NATIVE_EXPORT DawnSwapChainImplementation CreateNativeSwapChainImpl(DawnDevice device,
DVulkanBackend.h28 DAWN_NATIVE_EXPORT DawnSwapChainImplementation CreateNativeSwapChainImpl(DawnDevice device,
DOpenGLBackend.h31 CreateNativeSwapChainImpl(DawnDevice device, PresentCallback present, void* presentUserdata);
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DNullBackend.cpp25 DawnSwapChainImplementation CreateNativeSwapChainImpl() { in CreateNativeSwapChainImpl() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DNullBackend.cpp25 DawnSwapChainImplementation CreateNativeSwapChainImpl() { in CreateNativeSwapChainImpl() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp26 DawnSwapChainImplementation CreateNativeSwapChainImpl(DawnDevice device, HWND window) { in CreateNativeSwapChainImpl() function
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DNullBinding.cpp31 mSwapchainImpl = dawn_native::null::CreateNativeSwapChainImpl(); in GetSwapChainImplementation()
DOpenGLBinding.cpp35 mSwapchainImpl = dawn_native::opengl::CreateNativeSwapChainImpl( in GetSwapChainImplementation()
DD3D12Binding.cpp37 dawn_native::d3d12::CreateNativeSwapChainImpl(mDevice, win32Window); in GetSwapChainImplementation()
DVulkanBinding.cpp40 mSwapchainImpl = dawn_native::vulkan::CreateNativeSwapChainImpl(mDevice, surface); in GetSwapChainImplementation()
/third_party/skia/third_party/externals/dawn/src/utils/
DNullBinding.cpp31 mSwapchainImpl = dawn_native::null::CreateNativeSwapChainImpl(); in GetSwapChainImplementation()
DOpenGLBinding.cpp35 mSwapchainImpl = dawn_native::opengl::CreateNativeSwapChainImpl( in GetSwapChainImplementation()
DD3D12Binding.cpp37 dawn_native::d3d12::CreateNativeSwapChainImpl(mDevice, win32Window); in GetSwapChainImplementation()
DVulkanBinding.cpp40 mSwapchainImpl = dawn_native::vulkan::CreateNativeSwapChainImpl(mDevice, surface); in GetSwapChainImplementation()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp30 DawnSwapChainImplementation CreateNativeSwapChainImpl(DawnDevice device, in CreateNativeSwapChainImpl() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp38 CreateNativeSwapChainImpl(DawnDevice device, VkSurfaceKHRNative surfaceNative) { in CreateNativeSwapChainImpl() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp34 DawnSwapChainImplementation CreateNativeSwapChainImpl(WGPUDevice device, in CreateNativeSwapChainImpl() function
/third_party/flutter/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp46 return dawn_native::d3d12::CreateNativeSwapChainImpl(fDevice.Get(), fWindow); in createSwapChainImplementation()
/third_party/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp45 return dawn_native::d3d12::CreateNativeSwapChainImpl(fDevice.Get(), fWindow); in createSwapChainImplementation()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp45 CreateNativeSwapChainImpl(WGPUDevice device, ::VkSurfaceKHR surfaceNative) { in CreateNativeSwapChainImpl() function

12