Lines Matching refs:DrawBuffer
70 if (!ctx->DrawBuffer) in _mesa_clear_accum_buffer()
73 accRb = ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer; in _mesa_clear_accum_buffer()
77 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in _mesa_clear_accum_buffer()
80 x = ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
81 y = ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
82 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in _mesa_clear_accum_buffer()
83 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in _mesa_clear_accum_buffer()
87 ctx->DrawBuffer->FlipY); in _mesa_clear_accum_buffer()
134 ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer; in accum_scale_or_bias()
143 ctx->DrawBuffer->FlipY); in accum_scale_or_bias()
193 ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer; in accum_or_load()
213 ctx->DrawBuffer->FlipY); in accum_or_load()
223 ctx->DrawBuffer->FlipY); in accum_or_load()
287 struct gl_framebuffer *fb = ctx->DrawBuffer; in accum_return()
401 if (!ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer) { in accum()
409 _mesa_update_draw_buffer_bounds(ctx, ctx->DrawBuffer); in accum()
411 xpos = ctx->DrawBuffer->_Xmin; in accum()
412 ypos = ctx->DrawBuffer->_Ymin; in accum()
413 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; in accum()
414 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; in accum()
472 if (ctx->DrawBuffer->Visual.accumRedBits == 0) { in _mesa_Accum()
477 if (ctx->DrawBuffer != ctx->ReadBuffer) { in _mesa_Accum()
489 if (ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in _mesa_Accum()