Home
last modified time | relevance | path

Searched refs:GetTextureViews (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DExternalTexture.h39 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& GetTextureViews() const;
DPassResourceUsageTracker.cpp132 externalTexture->GetTextureViews(); in AddBindGroup()
206 externalTexture->GetTextureViews(); in AddResourcesReferencedByBindGroup()
DExternalTexture.cpp107 ExternalTextureBase::GetTextureViews() const { in GetTextureViews() function in dawn_native::ExternalTextureBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp136 textureViews = GetBindingAsExternalTexture(bindingIndex)->GetTextureViews(); in BindGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupD3D12.cpp181 GetBindingAsExternalTexture(bindingIndex)->GetTextureViews(); in BindGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp371 ->GetTextureViews(); in ApplyBindGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm496 group->GetBindingAsExternalTexture(bindingIndex)->GetTextureViews();