Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h84 CreateSamplerImpl,
/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/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/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(
DDevice.cpp817 DAWN_TRY_ASSIGN(result, CreateSamplerImpl(descriptor)); in GetOrCreateSampler()