Lines Matching full:bindframebuffer
676 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
681 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
841 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
1304 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);
1855 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);
2817 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);
3353 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_srcFbo);
3366 gl.bindFramebuffer(GL_FRAMEBUFFER, **m_dstFbo);
3528 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));
3532 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));
3559 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_dst == TARGET_FBO) ? (**m_dstFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));
3610 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRenderContext().getDefaultFramebuffer()));