Home
last modified time | relevance | path

Searched refs:disjointSupport (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/
H A DGpuTimer.h25 GpuTimer(bool disjointSupport) in GpuTimer() argument
26 : fDisjointSupport(disjointSupport) in GpuTimer()
35 bool disjointSupport() const { return fDisjointSupport; } in disjointSupport() function in sk_gpu_test::GpuTimer
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp26 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = "");
80 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() argument
81 : INHERITED(disjointSupport) { in GLGpuTimer()
103 if (this->disjointSupport()) { in onQueueTimerStart()
130 if (this->disjointSupport()) { in checkQueryStatus()
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp385 if (!gpuTimer->disjointSupport()) { in run_gpu_time_benchmark()

Completed in 2 milliseconds