Lines Matching defs:DawnWindowContext
12 #include "tools/sk_app/DawnWindowContext.h"
26 DawnWindowContext::DawnWindowContext(const DisplayParams& params,
33 void DawnWindowContext::initializeContext(int width, int height) {
56 DawnWindowContext::~DawnWindowContext() {
59 void DawnWindowContext::destroyContext() {
70 sk_sp<SkSurface> DawnWindowContext::getBackbufferSurface() {
86 void DawnWindowContext::swapBuffers() {
91 void DawnWindowContext::resize(int w, int h) {
105 void DawnWindowContext::setDisplayParams(const DisplayParams& params) {
109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) {