/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 75 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
|
D | DeviceGL.cpp | 87 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::opengl::Device
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
D | DeviceMock.h | 84 CreateSamplerImpl,
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 80 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
|
D | DeviceMTL.mm | 117 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.h | 98 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|
D | DeviceGL.cpp | 149 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::opengl::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.h | 97 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
|
D | DeviceD3D12.cpp | 284 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::d3d12::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 94 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
|
D | DeviceVk.cpp | 170 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::vulkan::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.h | 96 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|
D | DeviceMTL.mm | 262 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 122 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|
D | DeviceVk.cpp | 140 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::vulkan::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 122 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
|
D | DeviceNull.cpp | 119 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::null::Device
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 174 virtual ResultOrError<SamplerBase*> CreateSamplerImpl(
|
D | Device.cpp | 221 DAWN_TRY_ASSIGN(backendObj, CreateSamplerImpl(descriptor)); in GetOrCreateSampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.h | 165 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|
D | DeviceD3D12.cpp | 414 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::d3d12::Device
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
D | DestroyObjectTests.cpp | 403 EXPECT_CALL(mDevice, CreateSamplerImpl) in TEST_F() 688 EXPECT_CALL(mDevice, CreateSamplerImpl) in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 141 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|
D | DeviceNull.cpp | 147 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) { in CreateSamplerImpl() function in dawn_native::null::Device
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.h | 398 virtual ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
|