Searched refs:vkCreateInstance (Results 1 – 6 of 6) sorted by relevance
98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateInstance);297 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateInstance); in init_stub_library()
79 vkCreateInstance;
1597 VKAPI_ATTR VkResult vkCreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCal… in vkCreateInstance() function
324 result = vkCreateInstance(&instance_info, nullptr, &vkinstance); in VkJsonGetInstance()
340 ASSERT_EQ(vkCreateInstance(&instanceDesc, nullptr, &mInstance), VK_SUCCESS); in initialize()