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