Searched refs:m_frontColorBuffer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DDrawingBufferClutter.cpp50 , m_frontColorBuffer(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DDrawingBufferCairo.cpp54 , m_frontColorBuffer(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/qt/
H A DDrawingBufferQt.cpp52 , m_frontColorBuffer(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/mac/
H A DDrawingBufferMac.mm57 , m_frontColorBuffer(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DDrawingBuffer.h155 Platform3DObject m_frontColorBuffer; member in class:WebCore::DrawingBuffer
H A DDrawingBuffer.cpp92 if (m_frontColorBuffer) {
93 m_context->deleteTexture(m_frontColorBuffer);
94 m_frontColorBuffer = 0;
303 m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, m_frontColorBuffer);
409 m_frontColorBuffer = 0;

Completed in 134 milliseconds