Searched refs:fTimerQuery (Results 1 – 2 of 2) sorted by relevance
27 finishCallback.fTimerQuery = timerQuery; in add()43 if (auto timerQuery = finishCallback.fTimerQuery) { in check()63 if (finishCallback.fTimerQuery) { in callAll()64 stats.elapsedTime = fGpu->getTimerQueryResult(finishCallback.fTimerQuery); in callAll()
58 GrGLint fTimerQuery; member