Home | History | Annotate | Download | only in chromium

Lines Matching refs:m_offscreenFramebufferId

115     , m_offscreenFramebufferId(0)
874 GLC(m_context.get(), m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_offscreenFramebufferId));
1004 GLC(m_context.get(), m_offscreenFramebufferId = m_context->createFramebuffer());
1046 if (m_offscreenFramebufferId)
1047 GLC(m_context.get(), m_context->deleteFramebuffer(m_offscreenFramebufferId));