Home
last modified time | relevance | path

Searched refs:bindDrawBuf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfbobject.c2506 GLboolean bindReadBuf, bindDrawBuf; in bind_framebuffer() local
2511 bindDrawBuf = GL_TRUE; in bind_framebuffer()
2515 bindDrawBuf = GL_FALSE; in bind_framebuffer()
2519 bindDrawBuf = GL_TRUE; in bind_framebuffer()
2560 bindDrawBuf ? newDrawFb : ctx->DrawBuffer, in bind_framebuffer()
2571 const bool bindDrawBuf = oldDrawFb != newDrawFb; in _mesa_bind_framebuffers() local
2598 if (bindDrawBuf) { in _mesa_bind_framebuffers()
2611 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_bind_framebuffers()
2616 bindDrawBuf ? GL_FRAMEBUFFER : GL_READ_FRAMEBUFFER, in _mesa_bind_framebuffers()