Home | History | Annotate | Download | only in swrast

Lines Matching refs:DrawBuffer

46    const GLint x = ctx->DrawBuffer->_Xmin;
47 const GLint y = ctx->DrawBuffer->_Ymin;
48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
181 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[buf];
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
239 ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer;
241 ctx->DrawBuffer->Attachment[BUFFER_STENCIL].Renderbuffer;