Lines Matching refs:PlatformTimerQuery
21 QueryStatus checkQueryStatus(sk_gpu_test::PlatformTimerQuery) override;
22 std::chrono::nanoseconds getTimeElapsed(sk_gpu_test::PlatformTimerQuery) override;
23 void deleteQuery(sk_gpu_test::PlatformTimerQuery) override;
29 sk_gpu_test::PlatformTimerQuery onQueueTimerStart() const override;
30 void onQueueTimerStop(sk_gpu_test::PlatformTimerQuery) const override;
90 sk_gpu_test::PlatformTimerQuery GLGpuTimer::onQueueTimerStart() const { in onQueueTimerStart()
102 return static_cast<sk_gpu_test::PlatformTimerQuery>(queryID); in onQueueTimerStart()
105 void GLGpuTimer::onQueueTimerStop(sk_gpu_test::PlatformTimerQuery platformTimer) const { in onQueueTimerStop()
113 GLGpuTimer::checkQueryStatus(sk_gpu_test::PlatformTimerQuery platformTimer) { in checkQueryStatus()
133 std::chrono::nanoseconds GLGpuTimer::getTimeElapsed(sk_gpu_test::PlatformTimerQuery platformTimer) { in getTimeElapsed()
141 void GLGpuTimer::deleteQuery(sk_gpu_test::PlatformTimerQuery platformTimer) { in deleteQuery()
146 static_assert(sizeof(GrGLuint) <= sizeof(sk_gpu_test::PlatformTimerQuery));