Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp828 struct FunctionOne { struct
829 …VKAPI_CALL implementation(DispatchableHandle, uint32_t a, uint32_t b, char c) { return a + b + c; } in implementation()
832 …API_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b, char c) { in intercept()
840 …lkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* name, in check()
848 …_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, in check_no_implementation()