Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/
DGLTestContext.cpp17 static std::unique_ptr<GLFenceSync> MakeIfSupported(const sk_gpu_test::GLTestContext*);
46 std::unique_ptr<GLFenceSync> GLFenceSync::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anon0c8f80ed0111::GLFenceSync
91 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
130 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anon0c8f80ed0111::GLGpuTimer
234 fFenceSync = fenceSync ? std::move(fenceSync) : GLFenceSync::MakeIfSupported(this); in init()
235 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp24 static std::unique_ptr<EGLFenceSync> MakeIfSupported(EGLDisplay);
190 this->init(gl.release(), EGLFenceSync::MakeIfSupported(fDisplay)); in EGLGLTestContext()
309 std::unique_ptr<EGLFenceSync> EGLFenceSync::MakeIfSupported(EGLDisplay display) { in MakeIfSupported() function in __anon4a5d20840111::EGLFenceSync