Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:bufs

6796 void DrawBuffersEXT(GLsizei n, const GLenum *bufs)
6798 TRACE("(GLsizei n = %d, const GLenum *bufs = %p)", n, bufs);
6818 switch(bufs[i])
6845 GLuint index = (bufs[i] - GL_COLOR_ATTACHMENT0_EXT);
6868 context->setFramebufferDrawBuffers(n, bufs);