Searched refs:m_fbo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp114 , m_fbo(0)
198 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
286 m_fbo = m_context->createFramebuffer();
288 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
345 return m_fbo;
439 if (m_fbo)
440 m_context->deleteFramebuffer(m_fbo);
454 m_fbo = 0;
500 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
588 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo);
[all...]
H A DDrawingBuffer.h98 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound.
179 Platform3DObject m_fbo; member in class:WebCore::DrawingBuffer

Completed in 34 milliseconds