Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp798 struct FunctionZero { struct
799 …TR uint32_t VKAPI_CALL implementation(DispatchableHandle, uint32_t a, uint32_t b) { return a + b; } in implementation()
802 …tatic VKAPI_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b) { in intercept()
810 …lkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* name, in check()
817 …_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, in check_no_implementation()