Searched refs:createOffscreenContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGLContext.h49 static PassOwnPtr<GLContext> createOffscreenContext(GLContext* sharing = 0);
H A DGLContext.cpp71 DEPRECATED_DEFINE_STATIC_LOCAL(OwnPtr<GLContext>, sharing, (createOffscreenContext()));
175 PassOwnPtr<GLContext> GLContext::createOffscreenContext(GLContext* sharingContext) function in class:WebCore::GLContext
H A DGraphicsContext3DPrivate.cpp54 m_glContext = GLContext::createOffscreenContext(GLContext::sharingContext());

Completed in 119 milliseconds