Home
last modified time | relevance | path

Searched refs:m_frontColorBuffer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp116 , m_frontColorBuffer(0) in DrawingBuffer()
218 m_frontColorBuffer = nextFrontColorBuffer->textureId; in prepareMailbox()
298 return m_frontColorBuffer; in frontColorBuffer()
376 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, in paintCompositedResultsToCanvas()
386 …extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GL_RGBA, GL_U… in paintCompositedResultsToCanvas()
448 m_frontColorBuffer = 0; in releaseResources()
DDrawingBuffer.h181 Platform3DObject m_frontColorBuffer; variable