Searched refs:CreateTextureViewImpl (Results 1 – 14 of 14) sorted by relevance
104 CreateTextureViewImpl,
111 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
170 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::opengl::Device
109 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
283 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl(
135 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
161 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::vulkan::Device
178 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
435 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::d3d12::Device
538 EXPECT_CALL(mDevice, CreateTextureViewImpl) in TEST_F()733 EXPECT_CALL(mDevice, CreateTextureViewImpl) in TEST_F()
154 ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
170 ResultOrError<Ref<TextureViewBase>> Device::CreateTextureViewImpl( in CreateTextureViewImpl() function in dawn_native::null::Device
412 virtual ResultOrError<Ref<TextureViewBase>> CreateTextureViewImpl(
1557 return CreateTextureViewImpl(texture, &desc); in CreateTextureView()