Searched defs:FunctionOne (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/tests/ |
| D | loader_unknown_ext_tests.cpp | 826 struct FunctionOne { struct 827 …VKAPI_CALL implementation(DispatchableHandle, uint32_t a, uint32_t b, char c) { return a + b + c; } in implementation() 830 …API_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b, char c) { in intercept() 838 …lkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* name, in check() 846 …_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, in check_no_implementation()
|