Searched refs:bindDrawBuf (Results 1 – 1 of 1) sorted by relevance
2590 GLboolean bindReadBuf, bindDrawBuf; in bind_framebuffer() local2595 bindDrawBuf = GL_TRUE; in bind_framebuffer()2599 bindDrawBuf = GL_FALSE; in bind_framebuffer()2603 bindDrawBuf = GL_TRUE; in bind_framebuffer()2644 bindDrawBuf ? newDrawFb : ctx->DrawBuffer, in bind_framebuffer()2655 const bool bindDrawBuf = oldDrawFb != newDrawFb; in _mesa_bind_framebuffers() local2682 if (bindDrawBuf) { in _mesa_bind_framebuffers()2695 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_bind_framebuffers()2700 bindDrawBuf ? GL_FRAMEBUFFER : GL_READ_FRAMEBUFFER, in _mesa_bind_framebuffers()