Home
last modified time | relevance | path

Searched defs:SwapChainBase (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp61 SwapChainBase::SwapChainBase(DeviceBase* device, const SwapChainDescriptor* descriptor) in SwapChainBase() function in dawn_native::SwapChainBase
67 SwapChainBase::SwapChainBase(DeviceBase* device, ObjectBase::ErrorTag tag) in SwapChainBase() function in dawn_native::SwapChainBase
DForward.h40 class SwapChainBase; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp117 SwapChainBase::SwapChainBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in SwapChainBase() function in dawn_native::SwapChainBase
121 SwapChainBase::SwapChainBase(DeviceBase* device, ObjectBase::ErrorTag tag) in SwapChainBase() function in dawn_native::SwapChainBase
DForward.h50 class SwapChainBase; variable