Home
last modified time | relevance | path

Searched defs:GetFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_format_map_autogen.cpp270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp326 const Format& TextureBase::GetFormat() const { in GetFormat() function in dawn_native::TextureBase
503 const Format& TextureViewBase::GetFormat() const { in GetFormat() function in dawn_native::TextureViewBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp504 const Format& TextureBase::GetFormat() const { in GetFormat() function in dawn_native::TextureBase
742 const Format& TextureViewBase::GetFormat() const { in GetFormat() function in dawn_native::TextureViewBase
DSwapChain.cpp365 wgpu::TextureFormat NewSwapChainBase::GetFormat() const { in GetFormat() function in dawn_native::NewSwapChainBase
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc615 std::string GetFormat(const AnfNodePtr &node) { return AnfAlgo::GetOutputFormat(node, 0); } in GetFormat() function