Searched refs:GLGpuTimer (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 16 class GLGpuTimer : public sk_gpu_test::GpuTimer { class 18 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*); 26 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = ""); 58 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() 60 std::unique_ptr<GLGpuTimer> ret; in MakeIfSupported() 63 ret.reset(new GLGpuTimer(true, ctx, "EXT")); in MakeIfSupported() 66 ret.reset(new GLGpuTimer(false, ctx)); in MakeIfSupported() 68 ret.reset(new GLGpuTimer(false, ctx, "EXT")); in MakeIfSupported() 80 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() function in __anonff5371c10111::GLGpuTimer 91 bool GLGpuTimer::validate() const { in validate() [all …]
|
/third_party/flutter/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 145 class GLGpuTimer : public sk_gpu_test::GpuTimer { class 147 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*); 154 GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext*, const char* ext = ""); 186 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() 187 std::unique_ptr<GLGpuTimer> ret; in MakeIfSupported() 190 ret.reset(new GLGpuTimer(true, ctx, "EXT")); in MakeIfSupported() 193 ret.reset(new GLGpuTimer(false, ctx)); in MakeIfSupported() 195 ret.reset(new GLGpuTimer(false, ctx, "EXT")); in MakeIfSupported() 203 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() function in __anonb1bf15360111::GLGpuTimer 214 bool GLGpuTimer::validate() const { in validate() [all …]
|