Searched refs:makeContextCurrent (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp209 makeContextCurrent();
233 makeContextCurrent();
282 makeContextCurrent();
366 makeContextCurrent();
375 makeContextCurrent();
383 makeContextCurrent();
392 makeContextCurrent();
398 makeContextCurrent();
412 makeContextCurrent();
419 makeContextCurrent();
[all...]
H A DExtensions3DOpenGLES.cpp111 m_context->makeContextCurrent();
127 m_context->makeContextCurrent();
139 m_context->makeContextCurrent();
152 m_context->makeContextCurrent();
173 m_context->makeContextCurrent();
196 m_context->makeContextCurrent();
213 m_context->makeContextCurrent();
224 m_context->makeContextCurrent();
239 m_context->makeContextCurrent();
250 m_context->makeContextCurrent();
[all...]
H A DExtensions3DOpenGL.cpp87 m_context->makeContextCurrent();
103 m_context->makeContextCurrent();
117 m_context->makeContextCurrent();
129 m_context->makeContextCurrent();
238 m_context->makeContextCurrent();
253 m_context->makeContextCurrent();
269 m_context->makeContextCurrent();
H A DGraphicsContext3DOpenGLES.cpp44 makeContextCurrent();
50 makeContextCurrent();
185 makeContextCurrent();
191 makeContextCurrent();
200 makeContextCurrent();
228 makeContextCurrent();
234 makeContextCurrent();
H A DGraphicsContext3DOpenGL.cpp62 makeContextCurrent();
200 makeContextCurrent();
227 makeContextCurrent();
264 makeContextCurrent();
323 makeContextCurrent();
333 makeContextCurrent();
352 makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp69 if (!makeContextCurrent())
118 bool GraphicsContext3DPrivate::makeContextCurrent() const function in class:WebCore::GraphicsContext3DPrivate
135 if (!makeContextCurrent())
204 makeContextCurrent();
223 makeContextCurrent();
245 makeContextCurrent();
H A DGraphicsContext3DPrivate.h56 bool makeContextCurrent() const;
H A DGraphicsContext3DEfl.cpp132 if (!m_private || (m_renderStyle == RenderToCurrentGLContext) || !makeContextCurrent())
186 bool GraphicsContext3D::makeContextCurrent() function in class:WebCore::GraphicsContext3D
188 return m_private->makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext3DPrivate.h41 bool makeContextCurrent();
H A DGLContext.h55 virtual bool makeContextCurrent();
H A DGraphicsContext3DPrivate.cpp72 bool GraphicsContext3DPrivate::makeContextCurrent() function in class:WebCore::GraphicsContext3DPrivate
74 return m_glContext ? m_glContext->makeContextCurrent() : false;
135 m_context->makeContextCurrent();
141 previousActiveContext->makeContextCurrent();
H A DGLContext.cpp189 bool GLContext::makeContextCurrent() function in class:WebCore::GLContext
H A DGraphicsContext3D.h497 bool makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp64 makeContextCurrent();
94 if (!makeContextCurrent())
100 bool makeContextCurrent() const function in struct:WebCore::GraphicsSurfacePrivate
107 if (!makeContextCurrent())
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DGraphicsContext3DWin.cpp84 makeContextCurrent();
152 makeContextCurrent();
174 bool GraphicsContext3D::makeContextCurrent() function in class:WebCore::GraphicsContext3D
178 return m_private->makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp92 makeContextCurrent();
159 makeContextCurrent();
281 bool GraphicsContext3D::makeContextCurrent() function in class:WebCore::GraphicsContext3D
285 return m_private->makeContextCurrent();
H A DImageBufferCairo.cpp71 GLContext::sharingContext()->makeContextCurrent();
405 previousActiveContext->makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/egl/
H A DGLContextEGL.h39 virtual bool makeContextCurrent();
H A DGLContextEGL.cpp266 bool GLContextEGL::makeContextCurrent() function in class:WebCore::GLContextEGL
270 GLContext::makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.h44 virtual bool makeContextCurrent();
H A DGLContextGLX.cpp236 bool GLContextGLX::makeContextCurrent() function in class:WebCore::GLContextGLX
240 GLContext::makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DGraphicsContext3DMac.mm154 makeContextCurrent();
309 makeContextCurrent();
348 bool GraphicsContext3D::makeContextCurrent()
367 makeContextCurrent();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp122 context->makeContextCurrent();
168 m_context->makeContextCurrent();
311 if (!context || !context->makeContextCurrent())
343 if (!context || !context->makeContextCurrent())
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DDrawingBuffer.cpp120 m_context->makeContextCurrent();
262 m_context->makeContextCurrent();
409 m_context->makeContextCurrent();
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderingContext.cpp450 if (!context || !context->makeContextCurrent()) {

Completed in 514 milliseconds