Home
last modified time | relevance | path

Searched refs:createApiInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp67 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateInstance()
93 auto apiHandle = mReconstruction.createApiInfo(); in vkEnumeratePhysicalDevices()
150 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateDevice()
223 auto apiHandle = mReconstruction.createApiInfo(); in vkAllocateMemory()
270 auto apiHandle = mReconstruction.createApiInfo(); in vkBindBufferMemory()
290 auto apiHandle = mReconstruction.createApiInfo(); in vkBindImageMemory()
327 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateFence()
362 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateSemaphore()
387 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateEvent()
421 auto apiHandle = mReconstruction.createApiInfo(); in vkCreateQueryPool()
[all …]
DVkReconstruction.h83 ApiHandle createApiInfo();
DVkReconstruction.cpp265 VkReconstruction::ApiHandle VkReconstruction::createApiInfo() { in createApiInfo() function in gfxstream::vk::VkReconstruction