Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp250 countingStream->clearPool(); in vkCreateInstance()
251 stream->clearPool(); in vkCreateInstance()
314 countingStream->clearPool(); in vkDestroyInstance()
315 stream->clearPool(); in vkDestroyInstance()
425 countingStream->clearPool(); in vkEnumeratePhysicalDevices()
426 stream->clearPool(); in vkEnumeratePhysicalDevices()
469 countingStream->clearPool(); in vkGetPhysicalDeviceFeatures()
470 stream->clearPool(); in vkGetPhysicalDeviceFeatures()
517 countingStream->clearPool(); in vkGetPhysicalDeviceFormatProperties()
518 stream->clearPool(); in vkGetPhysicalDeviceFormatProperties()
[all …]
DVulkanStreamGuest.cpp63 void clearPool() { in clearPool() function in goldfish_vk::VulkanStreamGuest::Impl
169 void VulkanStreamGuest::clearPool() { in clearPool() function in goldfish_vk::VulkanStreamGuest
170 mImpl->clearPool(); in clearPool()
DVulkanStreamGuest.h49 void clearPool();