Home
last modified time | relevance | path

Searched defs:GetFunctions (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp93 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
DDeviceD3D12.cpp155 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Device
/third_party/flutter/skia/src/sksl/ir/
DSkSLSymbolTable.cpp13 std::vector<const FunctionDeclaration*> SymbolTable::GetFunctions(const Symbol& s) { in GetFunctions() function in SkSL::SymbolTable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp50 const VulkanFunctions& Backend::GetFunctions() const { in GetFunctions() function in dawn_native::vulkan::Backend
/third_party/gn/src/gn/
Dfunctions.cc1492 const FunctionInfoMap& GetFunctions() { function