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

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperSurfaceBackingStore.cpp37 m_graphicsSurface->swapBuffers();
H A DTextureMapperPlatformLayer.h42 virtual void swapBuffers() { } function in class:WebCore::TextureMapperPlatformLayer
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DGLES2Context.h52 bool swapBuffers();
H A DGLES2Context.cpp91 bool GLES2Context::swapBuffers() function in class:BlackBerry::WebKit::GLES2Context
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGLContext.h47 virtual void swapBuffers() = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/egl/
H A DGLContextEGL.h40 virtual void swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGLPlatformSurface.h68 virtual void swapBuffers();
H A DGLPlatformSurface.cpp98 void GLPlatformSurface::swapBuffers() function in class:WebCore::GLPlatformSurface
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DScriptProcessorNode.h82 void swapBuffers() { m_doubleBufferIndex = 1 - m_doubleBufferIndex; } function in class:WebCore::ScriptProcessorNode
H A DScriptProcessorNode.cpp218 swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/glx/
H A DGLContextGLX.h45 virtual void swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurface.cpp76 uint32_t GraphicsSurface::swapBuffers() function in class:WebCore::GraphicsSurface
H A DGraphicsSurface.h84 uint32_t swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/egl/
H A DEGLXSurface.h44 virtual void swapBuffers() OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/glx/
H A DGLXSurface.h43 virtual void swapBuffers() OVERRIDE;
H A DGraphicsSurfaceGLX.cpp200 void swapBuffers() function in struct:WebCore::GraphicsSurfacePrivate
253 swapBuffers();
410 m_private->swapBuffers();
H A DGLXSurface.cpp104 void GLXTransportSurface::swapBuffers() function in class:WebCore::GLXTransportSurface
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DNPCallbacksBlackBerry.h73 void swapBuffers(NPP);
H A DPluginViewPrivateBlackBerry.h55 void swapBuffers();
H A DNPCallbacksBlackBerry.cpp165 void swapBuffers(NPP instance) function in namespace:WebCore
169 viewPrivate->swapBuffers();
214 swapBuffers,
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DAcceleratedCompositingContextGL.cpp202 context->swapBuffers();
216 context->swapBuffers();
224 context->swapBuffers();
225 context->swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.h44 void swapBuffers(TextureMapper*);
H A DCoordinatedBackingStore.cpp31 void CoordinatedBackingStoreTile::swapBuffers(TextureMapper* textureMapper) function in class:WebCore::CoordinatedBackingStoreTile
189 it->value.swapBuffers(textureMapper);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/mac/
H A DGraphicsSurfaceMac.cpp185 uint32_t swapBuffers() function in struct:WebCore::GraphicsSurfacePrivate
245 swapBuffers();
352 return m_private->swapBuffers();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/win/
H A DGraphicsSurfaceWin.cpp187 PlatformGraphicsSurface swapBuffers() function in struct:WebCore::GraphicsSurfacePrivate
444 m_private->swapBuffers();

Completed in 210 milliseconds

12