Home
last modified time | relevance | path

Searched refs:vkCreateQueryPool (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt77 vkCreateQueryPool;
Dapi_gen.cpp1738 VKAPI_ATTR VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, co… in vkCreateQueryPool() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h80 extern PFN_vkCreateQueryPool vkCreateQueryPool;
Dvulkan_wrapper.cpp92vkCreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(dlsym(libvulkan, "vkCreateQueryPool")); in InitVulkan()
439 PFN_vkCreateQueryPool vkCreateQueryPool; variable
/frameworks/native/vulkan/api/
Dvulkan.api8551 cmd VkResult vkCreateQueryPool(