Home | History | Annotate | Download | only in functional

Lines Matching refs:glBindFramebuffer

100 			glBindFramebuffer(GL_FRAMEBUFFER, fbo);
107 glBindFramebuffer(GL_FRAMEBUFFER, dstFbo);
131 glBindFramebuffer(GL_FRAMEBUFFER, srcFbo);
137 glBindFramebuffer(GL_READ_FRAMEBUFFER, srcFbo);
138 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, dstFbo);
142 glBindFramebuffer(GL_READ_FRAMEBUFFER, dstFbo);
389 glBindFramebuffer(GL_FRAMEBUFFER, fbo);
400 glBindFramebuffer(GL_FRAMEBUFFER, ndx ? dstFbo : srcFbo);
415 glBindFramebuffer(GL_READ_FRAMEBUFFER, srcFbo);
416 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, dstFbo);
421 glBindFramebuffer(GL_READ_FRAMEBUFFER, dstFbo);
520 glBindFramebuffer(GL_FRAMEBUFFER, fbo);
536 glBindFramebuffer(GL_FRAMEBUFFER, srcFbo);
564 glBindFramebuffer(GL_FRAMEBUFFER, dstFbo);
571 glBindFramebuffer(GL_READ_FRAMEBUFFER, srcFbo);
572 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, dstFbo);
576 glBindFramebuffer(GL_FRAMEBUFFER, dstFbo);
656 glBindFramebuffer(GL_FRAMEBUFFER, fbo);
662 glBindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
667 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo);
671 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
676 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbo);
679 glBindFramebuffer(GL_READ_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer());
785 glBindFramebuffer(GL_FRAMEBUFFER, fbo);
815 glBindFramebuffer(GL_FRAMEBUFFER, sourceFbo);
826 glBindFramebuffer(GL_READ_FRAMEBUFFER, sourceFbo);
827 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, targetFbo);
844 glBindFramebuffer(GL_FRAMEBUFFER, targetFbo);