Home
last modified time | relevance | path

Searched defs:Hook (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp123 struct Hook struct in DrawTester
125 std::function<void(ThisType &tester)> createVertexBuffers = [](auto &) {}; in __anon826e138a0102()
126 …> createDescriptorSetLayout = [](auto &) { return std::vector<vk::DescriptorSetLayoutBinding>{}; }; in __anon826e138a0202()
127 …vk::ShaderModule(ThisType &tester)> createVertexShader = [](auto &) { return vk::ShaderModule{}; }; in __anon826e138a0302()
128 …::ShaderModule(ThisType &tester)> createFragmentShader = [](auto &) { return vk::ShaderModule{}; }; in __anon826e138a0402()
129 …ommandPool, vk::DescriptorSet &descriptorSet)> updateDescriptorSet = [](auto &, auto &, auto &) {}; in __anon826e138a0502()
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsFunctionClassesCjsExportAssignment.ts21 function Hook(handle) { function
/third_party/protobuf/src/google/protobuf/
Darena_test_util.h88 void Hook() {} in Hook() function
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.js18 function Hook(handle) { class
/third_party/node/deps/npm/lib/commands/
Dhook.js7 class Hook extends BaseCommand { class
/third_party/python/Lib/
Dcgitb.py269 class Hook: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp67 auto setHook = [&](std::string PathSuffix, ModuleHookFn &Hook) { in addSaveTemps()
/third_party/node/src/
Dnode_api.cc805 static void Hook(void* data, void (*done_cb)(void*), void* done_data) { in Hook() function