Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:bufs

737 void Context::setFramebufferDrawBuffers(GLsizei n, const GLenum *bufs)
743 drawFramebuffer->setDrawBuffer(i, (i < n) ? bufs[i] : GL_NONE);