Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h81 ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDeviceGL.cpp101 ResultOrError<TextureViewBase*> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h104 CreateTextureViewImpl,
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h86 ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDeviceMTL.mm131 ResultOrError<TextureViewBase*> Device::CreateTextureViewImpl(
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h111 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
DDeviceGL.cpp170 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::opengl::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h103 ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDeviceD3D12.cpp298 ResultOrError<TextureViewBase*> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::d3d12::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h100 ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDeviceVk.cpp184 ResultOrError<TextureViewBase*> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h109 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
DDeviceMTL.mm283 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl(
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h135 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
DDeviceVk.cpp161 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::vulkan::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h128 ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDeviceNull.cpp138 ResultOrError<TextureViewBase*> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::null::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h182 virtual ResultOrError<TextureViewBase*> CreateTextureViewImpl(
DDevice.cpp577 DAWN_TRY_ASSIGN(*result, CreateTextureViewImpl(texture, descriptor)); in CreateTextureViewInternal()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h178 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
DDeviceD3D12.cpp435 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp538 EXPECT_CALL(mDevice, CreateTextureViewImpl) in TEST_F()
733 EXPECT_CALL(mDevice, CreateTextureViewImpl) in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h154 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
DDeviceNull.cpp170 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h412 virtual ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(

12