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.h 245 TextureInfo m_frontColorBuffer;
DrawingBuffer.cpp 288 m_frontColorBuffer = frontColorBufferMailbox->textureInfo;
448 if (fromFrontBuffer && m_frontColorBuffer.textureId)
449 textureId = m_frontColorBuffer.textureId;
529 m_context->produceTextureDirectCHROMIUM(m_frontColorBuffer.textureId, GL_TEXTURE_2D, bufferMailbox->mailbox.name);
555 // We don't need to bind a copy of m_frontColorBuffer since the texture parameters are untouched.
556 m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_frontColorBuffer.textureId, 0);
608 m_frontColorBuffer = TextureInfo();
    [all...]

Completed in 54 milliseconds