Searched refs:activeQuery (Results 1 – 4 of 4) sorted by relevance
232 mState.activeQuery[i] = nullptr; in ~Context()814 queryObject = mState.activeQuery[QUERY_ANY_SAMPLES_PASSED]; in getActiveQuery()817 queryObject = mState.activeQuery[QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE]; in getActiveQuery()820 queryObject = mState.activeQuery[QUERY_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN]; in getActiveQuery()1346 if(mState.activeQuery[i]) in beginQuery()1348 switch(mState.activeQuery[i]->getType()) in beginQuery()1402 mState.activeQuery[qType] = queryObject; in beginQuery()1420 Query *queryObject = mState.activeQuery[qType]; in endQuery()1429 mState.activeQuery[qType] = nullptr; in endQuery()
396 gl::BindingPointer<Query> activeQuery[QUERY_TYPE_COUNT]; member
6220 for (QueryVk *activeQuery : mActiveRenderPassQueries) in pauseRenderPassQueriesIfActive()6222 if (activeQuery) in pauseRenderPassQueriesIfActive()6224 activeQuery->onRenderPassEnd(this); in pauseRenderPassQueriesIfActive()6237 for (QueryVk *activeQuery : mActiveRenderPassQueries) in resumeRenderPassQueriesIfActive()6239 if (activeQuery) in resumeRenderPassQueriesIfActive()6242 if (activeQuery->getType() == gl::QueryType::TransformFeedbackPrimitivesWritten) in resumeRenderPassQueriesIfActive()6247 ANGLE_TRY(activeQuery->onRenderPassStart(this)); in resumeRenderPassQueriesIfActive()6250 if (activeQuery->getType() == gl::QueryType::PrimitivesGenerated) in resumeRenderPassQueriesIfActive()
1603 const gl::Query *activeQuery = activeQueryIter.get(); in IsQueryActive() local1604 if (activeQuery && activeQuery->id() == queryID) in IsQueryActive()