Searched refs:frontBuffer (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurfaceToken.h62 GraphicsSurfaceToken(BufferHandle frontBuffer = 0, BufferHandle backBuffer = 0)
63 : frontBufferHandle(frontBuffer)
H A DGraphicsSurface.cpp71 uint32_t GraphicsSurface::frontBuffer() function in class:WebCore::GraphicsSurface
H A DGraphicsSurface.h83 uint32_t frontBuffer();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperSurfaceBackingStore.h38 void swapBuffersIfNeeded(uint32_t frontBuffer);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/mac/
H A DGraphicsSurfaceMac.cpp270 PlatformGraphicsSurface frontBuffer() const function in struct:WebCore::GraphicsSurfacePrivate
347 return IOSurfaceGetID(m_private->frontBuffer());
371 if (!surface->m_private->frontBuffer() || !surface->m_private->backBuffer())
388 if (!surface->m_private->frontBuffer() || !surface->m_private->backBuffer())
410 IOReturn status = IOSurfaceLock(m_private->frontBuffer(), ioSurfaceLockOptions(m_lockOptions), 0);
413 IOSurfaceLock(m_private->frontBuffer(), ioSurfaceLockOptions(m_lockOptions), 0);
416 int stride = IOSurfaceGetBytesPerRow(m_private->frontBuffer());
420 char* base = static_cast<char*>(IOSurfaceGetBaseAddress(m_private->frontBuffer()));
427 IOSurfaceUnlock(m_private->frontBuffer(), ioSurfaceLockOptions(m_lockOptions), 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp255 return m_graphicsSurface->frontBuffer();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp302 return m_graphicsSurface->frontBuffer();

Completed in 181 milliseconds