Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DSkGLContext.cpp14 static GLFenceSync* CreateIfSupported(const SkGLContext*);
59 fFenceSync.reset(fenceSync ? fenceSync : GLFenceSync::CreateIfSupported(this)); in init()
111 SkGLContext::GLFenceSync* SkGLContext::GLFenceSync::CreateIfSupported(const SkGLContext* ctx) { in CreateIfSupported() function in SkGLContext::GLFenceSync
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp24 static SkEGLFenceSync* CreateIfSupported(EGLDisplay);
182 this->init(gl.detach(), SkEGLFenceSync::CreateIfSupported(fDisplay)); in EGLGLContext()
294 SkEGLFenceSync* SkEGLFenceSync::CreateIfSupported(EGLDisplay display) { in CreateIfSupported() function in __anoned9deafa0111::SkEGLFenceSync