Lines Matching refs:framebufferBinding
728 rc::Framebuffer* framebufferBinding = ndx ? m_drawFramebufferBinding : m_readFramebufferBinding;
729 if (framebufferBinding)
731 int releaseRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
732 + (framebufferBinding == m_readFramebufferBinding ? 1 : 0);
736 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
870 rc::Framebuffer* framebufferBinding = ndx ? m_drawFramebufferBinding : m_readFramebufferBinding;
871 if (framebufferBinding)
873 int releaseRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
874 + (framebufferBinding == m_readFramebufferBinding ? 1 : 0);
878 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
2009 rc::Framebuffer* framebufferBinding = (target == GL_FRAMEBUFFER || target == GL_DRAW_FRAMEBUFFER) ? m_drawFramebufferBinding : m_readFramebufferBinding;
2010 RC_IF_ERROR(!framebufferBinding, GL_INVALID_OPERATION, RC_RET_VOID);
2013 int bindingRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
2014 + (framebufferBinding == m_readFramebufferBinding ? 1 : 0);
2033 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2070 rc::Framebuffer* framebufferBinding = (target == GL_FRAMEBUFFER || target == GL_DRAW_FRAMEBUFFER) ? m_drawFramebufferBinding : m_readFramebufferBinding;
2071 RC_IF_ERROR(!framebufferBinding, GL_INVALID_OPERATION, RC_RET_VOID);
2074 int bindingRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
2075 + (framebufferBinding == m_readFramebufferBinding ? 1 : 0);
2100 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2140 rc::Framebuffer* framebufferBinding = (target == GL_FRAMEBUFFER || target == GL_DRAW_FRAMEBUFFER) ? m_drawFramebufferBinding : m_readFramebufferBinding;
2141 RC_IF_ERROR(!framebufferBinding, GL_INVALID_OPERATION, RC_RET_VOID);
2144 int bindingRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
2145 + (framebufferBinding == m_readFramebufferBinding ? 1 : 0);
2155 Framebuffer::Attachment& fboAttachment = framebufferBinding->getAttachment(point);
2178 rc::Framebuffer* framebufferBinding = (target == GL_FRAMEBUFFER || target == GL_DRAW_FRAMEBUFFER) ? m_drawFramebufferBinding : m_readFramebufferBinding;
2181 if (!framebufferBinding)
2192 const Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);