Searched defs:getQueryPool (Results 1 – 3 of 3) sorted by relevance
356 const QueryPool &getQueryPool(size_t index) const { return mPools[index]; } in getQueryPool() function409 const QueryPool &getQueryPool() const in getQueryPool() function
193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool() function
3409 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk