Searched defs:sharingContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGLContext.cpp65 GLContext* GLContext::sharingContext() function in class:WebCore::GLContext
144 PassOwnPtr<GLContext> GLContext::createContextForWindow(uint64_t windowHandle, GLContext* sharingContext) argument
172 PassOwnPtr<GLContext> GLContext::createOffscreenContext(GLContext* sharingContext) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/egl/
H A DGLContextEGL.cpp105 PassOwnPtr<GLContextEGL> GLContextEGL::createWindowContext(EGLNativeWindowType window, GLContext* sharingContext) argument
128 PassOwnPtr<GLContextEGL> GLContextEGL::createPbufferContext(EGLContext sharingContext) argument
152 PassOwnPtr<GLContextEGL> GLContextEGL::createPixmapContext(EGLContext sharingContext) argument
185 PassOwnPtr<GLContextEGL> GLContextEGL::createContext(EGLNativeWindowType window, GLContext* sharingContext) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/glx/
H A DGLContextGLX.cpp35 PassOwnPtr<GLContextGLX> GLContextGLX::createWindowContext(XID window, GLContext* sharingContext) argument
62 PassOwnPtr<GLContextGLX> GLContextGLX::createPbufferContext(GLXContext sharingContext) argument
105 PassOwnPtr<GLContextGLX> GLContextGLX::createPixmapContext(GLXContext sharingContext) argument
144 PassOwnPtr<GLContextGLX> GLContextGLX::createContext(XID window, GLContext* sharingContext) argument
[all...]

Completed in 87 milliseconds