Home
last modified time | relevance | path

Searched refs:CreateSwapChainImpl (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h92 CreateSwapChainImpl,
96 CreateSwapChainImpl,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h103 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
105 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
DDeviceGL.cpp157 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::opengl::Device
161 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h101 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
103 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
DDeviceMTL.mm270 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl(
274 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl(
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h127 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
129 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
DDeviceVk.cpp148 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::vulkan::Device
152 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h170 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
172 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
DDeviceD3D12.cpp422 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::d3d12::Device
426 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h146 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
148 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
DDeviceNull.cpp157 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::null::Device
161 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::null::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h78 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDeviceGL.cpp94 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::opengl::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h83 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDeviceMTL.mm124 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl(
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h100 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDeviceD3D12.cpp291 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::d3d12::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h97 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDeviceVk.cpp177 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h403 virtual ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl(
406 virtual ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h125 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDeviceNull.cpp131 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::null::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h178 virtual ResultOrError<SwapChainBase*> CreateSwapChainImpl(
DDevice.cpp562 DAWN_TRY_ASSIGN(*result, CreateSwapChainImpl(descriptor)); in CreateSwapChainInternal()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp461 EXPECT_CALL(mDevice, CreateSwapChainImpl(_)) in TEST_F()
715 EXPECT_CALL(mDevice, CreateSwapChainImpl(_)) in TEST_F()

12