Home
last modified time | relevance | path

Searched refs:DawnWindowContext (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp12 #include "tools/sk_app/DawnWindowContext.h"
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
[all...]
H A DDawnWindowContext.h20 class DawnWindowContext : public WindowContext { class
22 DawnWindowContext(const DisplayParams&, wgpu::TextureFormat swapChainFormat);
23 ~DawnWindowContext() override;
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp8 #include "tools/sk_app/DawnWindowContext.h"
20 using sk_app::DawnWindowContext;
24 class DawnVulkanWindowContext_xlib : public DawnWindowContext {
39 using INHERITED = DawnWindowContext;
/third_party/skia/tools/sk_app/win/
H A DDawnD3D12WindowContext_win.cpp8 #include "tools/sk_app/DawnWindowContext.h"
17 class DawnD3D12WindowContext : public DawnWindowContext {
32 : DawnWindowContext(params, wgpu::TextureFormat::RGBA8Unorm) in DawnD3D12WindowContext()

Completed in 2 milliseconds