Searched defs:getQueryPool (Results 1 – 2 of 2) sorted by relevance
371 const QueryPool &getQueryPool(size_t index) const { return mPools[index]; } in getQueryPool() function427 const QueryPool &getQueryPool() const in getQueryPool() function
3277 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk