7 QueryPool::QueryPool(QueryType t, unsigned s):
15 void QueryPool::resize(unsigned s)
18 QueryPoolBackend::resize();
22 QueryPool::Activate::Activate(Renderer &r, const QueryPool &p, unsigned i):
27 renderer.begin_query(pool, index);
30 QueryPool::Activate::~Activate()
32 renderer.end_query(pool, index);