Searched refs:queryOut (Results 1 – 2 of 2) sorted by relevance
353 angle::Result allocateQuery(ContextVk *contextVk, QueryHelper *queryOut);
1101 angle::Result DynamicQueryPool::allocateQuery(ContextVk *contextVk, QueryHelper *queryOut) in allocateQuery() argument1103 ASSERT(!queryOut->valid()); in allocateQuery()1112 queryOut->init(this, mCurrentPool, queryIndex); in allocateQuery()