Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.cpp18 static std::unique_ptr<FenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);
75 std::unique_ptr<sk_gpu_test::FenceSync> GLFenceSync::MakeIfSupported( in MakeIfSupported() function in __anond0c005340111::GLFenceSync
147 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
186 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anond0c005340111::GLGpuTimer
289 fFenceSync = fenceSync ? std::move(fenceSync) : GLFenceSync::MakeIfSupported(this); in init()
290 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp18 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
58 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anon9b9b43bf0111::GLGpuTimer
202 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp25 static std::unique_ptr<EGLFenceSync> MakeIfSupported(EGLDisplay);
221 this->init(std::move(gl), EGLFenceSync::MakeIfSupported(fDisplay)); in EGLGLTestContext()
342 std::unique_ptr<EGLFenceSync> EGLFenceSync::MakeIfSupported(EGLDisplay display) { in MakeIfSupported() function in __anonff47ac0b0111::EGLFenceSync