Home
last modified time | relevance | path

Searched defs:GetFunctions (Results 1 – 9 of 9) 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/skia/src/sksl/ir/
DSkSLSymbolTable.cpp17 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/flutter/skia/src/sksl/ir/
DSkSLSymbolTable.cpp13 std::vector<const FunctionDeclaration*> SymbolTable::GetFunctions(const Symbol& s) { in GetFunctions() function in SkSL::SymbolTable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp149 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
DDeviceD3D12.cpp240 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp143 const VulkanFunctions& VulkanInstance::GetFunctions() const { in GetFunctions() function in dawn_native::vulkan::VulkanInstance
/third_party/gn/src/gn/
Dfunctions.cc1415 const FunctionInfoMap& GetFunctions() { in GetFunctions() function