Searched defs:getQueryPool (Results 1 – 3 of 3) sorted by relevance
193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool() function
681 const QueryPool &getQueryPool(size_t index) const { return getPool(index); } in getQueryPool() function772 const QueryPool &getQueryPool() const in getQueryPool() function
6949 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk