Searched refs:DawnWindowContext (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 26 DawnWindowContext::DawnWindowContext(const DisplayParams& params, in DawnWindowContext() function in sk_app::DawnWindowContext 33 void DawnWindowContext::initializeContext(int width, int height) { in initializeContext() 56 DawnWindowContext::~DawnWindowContext() { in ~DawnWindowContext() 59 void DawnWindowContext::destroyContext() { in destroyContext() 70 sk_sp<SkSurface> DawnWindowContext::getBackbufferSurface() { in getBackbufferSurface() 86 void DawnWindowContext::swapBuffers() { in swapBuffers() 91 void DawnWindowContext::resize(int w, int h) { in resize() 105 void DawnWindowContext::setDisplayParams(const DisplayParams& params) { in setDisplayParams() 109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice()
|
D | DawnWindowContext.h | 20 class DawnWindowContext : public WindowContext { 22 DawnWindowContext(const DisplayParams&, wgpu::TextureFormat swapChainFormat); 23 ~DawnWindowContext() override;
|
/third_party/flutter/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 21 DawnWindowContext::DawnWindowContext(const DisplayParams& params, in DawnWindowContext() function in sk_app::DawnWindowContext 28 void DawnWindowContext::initializeContext(int width, int height) { in initializeContext() 49 DawnWindowContext::~DawnWindowContext() { in ~DawnWindowContext() 52 void DawnWindowContext::destroyContext() { in destroyContext() 63 sk_sp<SkSurface> DawnWindowContext::getBackbufferSurface() { in getBackbufferSurface() 79 void DawnWindowContext::swapBuffers() { in swapBuffers() 89 void DawnWindowContext::resize(int w, int h) { in resize() 104 void DawnWindowContext::setDisplayParams(const DisplayParams& params) { in setDisplayParams() 108 dawn::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice()
|
D | DawnWindowContext.h | 22 class DawnWindowContext : public WindowContext { 24 DawnWindowContext(const DisplayParams&, dawn::TextureFormat swapChainFormat); 25 ~DawnWindowContext() override;
|
/third_party/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 20 using sk_app::DawnWindowContext; 24 class DawnVulkanWindowContext_xlib : public DawnWindowContext { 39 using INHERITED = DawnWindowContext;
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 20 using sk_app::DawnWindowContext; 24 class DawnVulkanWindowContext_xlib : public DawnWindowContext { 39 typedef DawnWindowContext INHERITED;
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 18 class DawnD3D12WindowContext : public DawnWindowContext { 33 : DawnWindowContext(params, dawn::TextureFormat::RGBA8Unorm) in DawnD3D12WindowContext()
|
/third_party/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 17 class DawnD3D12WindowContext : public DawnWindowContext { 32 : DawnWindowContext(params, wgpu::TextureFormat::RGBA8Unorm) in DawnD3D12WindowContext()
|
/third_party/flutter/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 8 #include "tools/sk_app/DawnWindowContext.h" 24 class DawnMTLWindowContext : public DawnWindowContext { 87 : DawnWindowContext(params, dawn::TextureFormat::BGRA8Unorm)
|
/third_party/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 8 #include "tools/sk_app/DawnWindowContext.h" 43 class DawnMTLWindowContext : public DawnWindowContext { 106 : DawnWindowContext(params, wgpu::TextureFormat::BGRA8Unorm)
|
/third_party/skia/ |
D | BUILD.gn | 2801 sources += [ "tools/sk_app/DawnWindowContext.cpp" ] 2802 sources += [ "tools/sk_app/DawnWindowContext.h" ]
|
/third_party/flutter/skia/ |
D | BUILD.gn | 2153 sources += [ "tools/sk_app/DawnWindowContext.cpp" ]
|