Home
last modified time | relevance | path

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

/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/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/node/deps/v8/src/execution/
Dframes.cc1322 void JavaScriptFrame::GetFunctions( in GetFunctions() function in v8::internal::JavaScriptFrame
1328 void JavaScriptFrame::GetFunctions( in GetFunctions() function in v8::internal::JavaScriptFrame
1883 void OptimizedFrame::GetFunctions( in GetFunctions() function in v8::internal::OptimizedFrame
/third_party/gn/src/gn/
Dfunctions.cc1525 const FunctionInfoMap& GetFunctions() { in GetFunctions() function