Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/
DGLTestContext.cpp86 class GLGpuTimer : public sk_gpu_test::GpuTimer { class
88 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
95 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = "");
127 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported()
128 std::unique_ptr<GLGpuTimer> ret; in MakeIfSupported()
131 ret.reset(new GLGpuTimer(true, ctx, "EXT")); in MakeIfSupported()
134 ret.reset(new GLGpuTimer(false, ctx)); in MakeIfSupported()
136 ret.reset(new GLGpuTimer(false, ctx, "EXT")); in MakeIfSupported()
144 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() function in __anone7469e6e0111::GLGpuTimer
155 bool GLGpuTimer::validate() const { in validate()
[all …]