Searched refs:createApiInfo (Results 1 – 3 of 3) sorted by relevance
62 ApiHandle createApiInfo();
68 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateInstance()101 auto apiHandle = mReconstruction.createApiInfo(); in vkEnumeratePhysicalDevices()208 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateDevice()285 auto apiHandle = mReconstruction.createApiInfo(); in vkGetDeviceQueue()337 auto apiHandle = mReconstruction.createApiInfo(); in vkAllocateMemory()509 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateFence()578 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateSemaphore()613 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateEvent()678 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateQueryPool()729 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateBuffer()[all …]
270 VkReconstruction::ApiHandle VkReconstruction::createApiInfo() { in createApiInfo() function in VkReconstruction