HomeSort by relevance Sort by last modified time
    Searched refs:m_frontColorBuffer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 275 m_frontColorBuffer = frontColorBufferMailbox->textureInfo;
439 textureId = m_frontColorBuffer.textureId;
522 m_context->bindTexture(GL_TEXTURE_2D, m_frontColorBuffer.textureId);
550 // Since the m_frontColorBuffer was produced and sent to the compositor, it cannot be bound to an fbo.
556 m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer.textureId, sourceTexture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
621 m_frontColorBuffer = TextureInfo();
    [all...]
DrawingBuffer.h 246 TextureInfo m_frontColorBuffer;

Completed in 90 milliseconds