Home | History | Annotate | Download | only in custom

Lines Matching refs:bindFramebuffer

87         m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, 0);
107 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, 0);
143 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, multisample ? m_multisampleFrameBuffer : m_frameBuffer);
254 m_context->bindFramebuffer(Extensions3D::READ_FRAMEBUFFER, m_multisampleFrameBuffer);
255 m_context->bindFramebuffer(Extensions3D::DRAW_FRAMEBUFFER, m_frameBuffer);
260 m_context->bindFramebuffer(Extensions3D::READ_FRAMEBUFFER, 0);
261 m_context->bindFramebuffer(Extensions3D::DRAW_FRAMEBUFFER, 0);
263 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_frameBuffer);
291 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFrameBuffer);
330 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_frameBuffer);