Searched refs:disjointSupport (Results 1 – 6 of 6) sorted by relevance
26 GpuTimer(bool disjointSupport) in GpuTimer() argument27 : fDisjointSupport(disjointSupport) in GpuTimer()36 bool disjointSupport() const { return fDisjointSupport; } in disjointSupport() function
154 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = "");203 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() argument204 : INHERITED(disjointSupport) { in GLGpuTimer()225 if (this->disjointSupport()) { in onQueueTimerStart()252 if (this->disjointSupport()) { in checkQueryStatus()
238 if (!gpuTimer->disjointSupport()) { in run_gpu_time_benchmark()