Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h121 struct InstWrapper { struct
128 InstWrapper& operator=(InstWrapper const&) = delete; argument
130 InstWrapper& operator=(InstWrapper&&) noexcept; argument
154 std::vector<VkExtensionProperties> EnumerateDeviceExtensions(InstWrapper const& inst, VkPhysicalDev… argument
Dtest_environment.cpp30 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept in InstWrapper() function in InstWrapper
32 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callba… in InstWrapper() function in InstWrapper
38 InstWrapper::InstWrapper(InstWrapper&& other) noexcept { in InstWrapper() function in InstWrapper