Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_util.h764 struct DeviceFunctions { struct
774 DeviceFunctions() = default; argument
777 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load()
Dtest_util.cpp632 DeviceFunctions::DeviceFunctions(const VulkanFunctions& vulkan_functions, VkDevice device) { in DeviceFunctions() function in DeviceFunctions