Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h104 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/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/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(
DDevice.cpp1557 return CreateTextureViewImpl(texture, &desc); in CreateTextureView()