Home
last modified time | relevance | path

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

/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