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 __anone7469e6e0111::GLFenceSync
88 static std::unique_ptr<GLGpuTimer> MakeIfSupported(const sk_gpu_test::GLTestContext*);
127 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() function in __anone7469e6e0111::GLGpuTimer
231 fFenceSync = fenceSync ? std::move(fenceSync) : GLFenceSync::MakeIfSupported(this); in init()
232 fGpuTimer = GLGpuTimer::MakeIfSupported(this); in init()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp25 static std::unique_ptr<EGLFenceSync> MakeIfSupported(EGLDisplay);
187 this->init(gl.release(), EGLFenceSync::MakeIfSupported(fDisplay)); in EGLGLTestContext()
302 std::unique_ptr<EGLFenceSync> EGLFenceSync::MakeIfSupported(EGLDisplay display) { in MakeIfSupported() function in __anon1654fcc50111::EGLFenceSync