/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
D | DeviceMock.h | 92 CreateSwapChainImpl, 96 CreateSwapChainImpl,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 103 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 105 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
D | DeviceGL.cpp | 157 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/ |
D | DeviceMTL.h | 101 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 103 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
D | DeviceMTL.mm | 270 ResultOrError<Ref<SwapChainBase>> Device::CreateSwapChainImpl( 274 ResultOrError<Ref<NewSwapChainBase>> Device::CreateSwapChainImpl(
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 127 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 129 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
D | DeviceVk.cpp | 148 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/ |
D | DeviceD3D12.h | 170 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 172 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
D | DeviceD3D12.cpp | 422 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/ |
D | DeviceNull.h | 146 ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 148 ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
D | DeviceNull.cpp | 157 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/ |
D | DeviceGL.h | 78 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | DeviceGL.cpp | 94 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::opengl::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 83 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | DeviceMTL.mm | 124 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl(
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.h | 100 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | DeviceD3D12.cpp | 291 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::d3d12::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 97 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | DeviceVk.cpp | 177 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::vulkan::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 403 virtual ResultOrError<Ref<SwapChainBase>> CreateSwapChainImpl( 406 virtual ResultOrError<Ref<NewSwapChainBase>> CreateSwapChainImpl(
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 125 ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | DeviceNull.cpp | 131 ResultOrError<SwapChainBase*> Device::CreateSwapChainImpl( in CreateSwapChainImpl() function in dawn_native::null::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 178 virtual ResultOrError<SwapChainBase*> CreateSwapChainImpl(
|
D | Device.cpp | 562 DAWN_TRY_ASSIGN(*result, CreateSwapChainImpl(descriptor)); in CreateSwapChainInternal()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
D | DestroyObjectTests.cpp | 461 EXPECT_CALL(mDevice, CreateSwapChainImpl(_)) in TEST_F() 715 EXPECT_CALL(mDevice, CreateSwapChainImpl(_)) in TEST_F()
|