Home
last modified time | relevance | path

Searched defs:getQueryPool (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool() function
Dvk_helpers.h333 const QueryPool &getQueryPool(size_t index) const { return getPool(index); } in getQueryPool() function
424 const QueryPool &getQueryPool() const in getQueryPool() function
DContextVk.cpp5470 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk