Lines Matching defs:drawbuffer
5700 GLint drawbuffer;
5708 GLint drawbuffer = cmd->drawbuffer;
5712 CALL_ClearNamedFramebufferiv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5716 _mesa_marshal_ClearNamedFramebufferiv(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
5724 CALL_ClearNamedFramebufferiv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5730 cmd->drawbuffer = drawbuffer;
5742 GLint drawbuffer;
5750 GLint drawbuffer = cmd->drawbuffer;
5754 CALL_ClearNamedFramebufferuiv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5758 _mesa_marshal_ClearNamedFramebufferuiv(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
5766 CALL_ClearNamedFramebufferuiv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5772 cmd->drawbuffer = drawbuffer;
5784 GLint drawbuffer;
5792 GLint drawbuffer = cmd->drawbuffer;
5796 CALL_ClearNamedFramebufferfv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5800 _mesa_marshal_ClearNamedFramebufferfv(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
5808 CALL_ClearNamedFramebufferfv(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, value));
5814 cmd->drawbuffer = drawbuffer;
5826 GLint drawbuffer;
5835 GLint drawbuffer = cmd->drawbuffer;
5838 CALL_ClearNamedFramebufferfi(ctx->CurrentServerDispatch, (framebuffer, buffer, drawbuffer, depth, stencil));
5844 _mesa_marshal_ClearNamedFramebufferfi(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
5852 cmd->drawbuffer = drawbuffer;