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.h276 struct InstWrapper { struct
283 InstWrapper& operator=(InstWrapper const&) = delete; argument
285 InstWrapper& operator=(InstWrapper&&) noexcept; argument
292 operator VkInstance() { return inst; } in VkInstance()
295 …st char* func_name) { return FromVoidStarFunc(functions->vkGetInstanceProcAddr(inst, func_name)); } in load()
322 DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks = nullptr) noexcept; argument
Dtest_environment.cpp176 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept function in InstWrapper
178 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callba… function in InstWrapper
184 InstWrapper::InstWrapper(InstWrapper&& other) noexcept { function in InstWrapper