Searched refs:TimerQueryType (Results 1 – 3 of 3) sorted by relevance
139 enum class TimerQueryType { enum344 TimerQueryType timerQueryType() const { return fTimerQueryType; } in timerQueryType()616 TimerQueryType fTimerQueryType = TimerQueryType::kNone;
805 fTimerQueryType = TimerQueryType::kDisjoint; in init()810 fTimerQueryType = TimerQueryType::kDisjoint; in init()815 fTimerQueryType = TimerQueryType::kDisjoint; in init()820 fTimerQueryType = TimerQueryType::kRegular; in init()823 if (fTimerQueryType != TimerQueryType::kNone) { in init()
4435 if (glCaps().timerQueryType() == GrGLCaps::TimerQueryType::kNone) { in startTimerQuery()4443 if (glCaps().timerQueryType() == GrGLCaps::TimerQueryType::kDisjoint) { in startTimerQuery()4453 SkASSERT(glCaps().timerQueryType() != GrGLCaps::TimerQueryType::kNone); in endTimerQuery()4461 SkASSERT(glCaps().timerQueryType() != GrGLCaps::TimerQueryType::kNone); in getTimerQueryResult()4473 if (glCaps().timerQueryType() == GrGLCaps::TimerQueryType::kDisjoint) { in getTimerQueryResult()