Searched refs:GetWrapper (Results 1 – 4 of 4) sorted by relevance
69 static InstanceWrapper GetWrapper(VkInstance instance);81 static PhysicalDeviceWrapper GetWrapper(VkPhysicalDevice physicalDevice);
203 InstanceWrapper CreateFunctionsVk::GetWrapper(VkInstance instance) in GetWrapper() function in CreateFunctionsVk453 PhysicalDeviceWrapper CreateFunctionsVk::GetWrapper(VkPhysicalDevice physicalDevice) in GetWrapper() function in CreateFunctionsVk517 return GetWrapper(physicalDevice); in CreatePhysicalDevice()
698 … VersionInfo { "core_renderer_app", 0, 1, 0 }) : CreateFunctionsVk::GetWrapper(plat_.instance); in CreateInstance()727 CreateFunctionsVk::GetWrapper(plat_.physicalDevice); in CreatePhysicalDevice()
112 napi_ref* GetWrapper() in GetWrapper() function