Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h75 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
DDeviceGL.cpp87 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/
DDeviceMock.h84 CreateSamplerImpl,
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h80 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
DDeviceMTL.mm117 ResultOrError<SamplerBase*> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h98 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
DDeviceGL.cpp149 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/
DDeviceD3D12.h97 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
DDeviceD3D12.cpp284 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/
DDeviceVk.h94 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
DDeviceVk.cpp170 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/
DDeviceMTL.h96 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
DDeviceMTL.mm262 ResultOrError<Ref<SamplerBase>> Device::CreateSamplerImpl(const SamplerDescriptor* descriptor) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h122 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
DDeviceVk.cpp140 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/
DDeviceNull.h122 ResultOrError<SamplerBase*> CreateSamplerImpl(const SamplerDescriptor* descriptor) override;
DDeviceNull.cpp119 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/
DDevice.h174 virtual ResultOrError<SamplerBase*> CreateSamplerImpl(
DDevice.cpp221 DAWN_TRY_ASSIGN(backendObj, CreateSamplerImpl(descriptor)); in GetOrCreateSampler()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h165 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
DDeviceD3D12.cpp414 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/
DDestroyObjectTests.cpp403 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/
DDeviceNull.h141 ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(
DDeviceNull.cpp147 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/
DDevice.h398 virtual ResultOrError<Ref<SamplerBase>> CreateSamplerImpl(

12