Home
last modified time | relevance | path

Searched refs:fTimerQueryType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h344 TimerQueryType timerQueryType() const { return fTimerQueryType; } in timerQueryType()
616 TimerQueryType fTimerQueryType = TimerQueryType::kNone; variable
H A DGrGLCaps.cpp805 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()