Searched refs:GLGpuTimer (Results 1 – 2 of 2) sorted by relevance
/external/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 __anone7469e6e0111::GLGpuTimer 214 bool GLGpuTimer::validate() const { in validate() [all …]
|
/external/skqp/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 __anon619274a50111::GLGpuTimer 214 bool GLGpuTimer::validate() const { in validate() [all …]
|