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.h269 struct InstWrapper { struct
276 InstWrapper& operator=(InstWrapper const&) = delete; argument
278 InstWrapper& operator=(InstWrapper&&) noexcept; argument
285 operator VkInstance() { return inst; } in VkInstance()
288 …st char* func_name) { return FromVoidStarFunc(functions->vkGetInstanceProcAddr(inst, func_name)); } in load()
315 DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks = nullptr) noexcept; argument
Dtest_environment.cpp168 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept function in InstWrapper
170 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callba… function in InstWrapper
176 InstWrapper::InstWrapper(InstWrapper&& other) noexcept { function in InstWrapper