Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h256 struct DeviceFunctions { struct
267 DeviceFunctions() = default; argument
270 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load()
Dtest_environment.cpp164 DeviceFunctions::DeviceFunctions(const VulkanFunctions& vulkan_functions, VkDevice device) { function in DeviceFunctions