Home
last modified time | relevance | path

Searched refs:_ColorDrawBuffers (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_fb.c65 if (fb->_ColorDrawBuffers[0]) { in nv04_emit_framebuffer()
67 fb->_ColorDrawBuffers[0])->surface; in nv04_emit_framebuffer()
Dnv20_state_fb.c93 if (fb->_ColorDrawBuffers[0]) { in nv20_emit_framebuffer()
95 fb->_ColorDrawBuffers[0])->surface; in nv20_emit_framebuffer()
Dnv10_state_fb.c119 if (fb->_ColorDrawBuffers[0]) { in nv10_emit_framebuffer()
121 fb->_ColorDrawBuffers[0])->surface; in nv10_emit_framebuffer()
Dnouveau_span.c52 renderbuffer_map_unmap(ctx, fb->_ColorDrawBuffers[i], map); in framebuffer_map_unmap()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c303 if (ctx->DrawBuffer->_ColorDrawBuffers[0]) { in clear_with_quad()
304 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in clear_with_quad()
309 ctx->DrawBuffer->_ColorDrawBuffers[0]->_BaseFormat, in clear_with_quad()
546 if (ctx->DrawBuffer->_ColorDrawBuffers[0]) { in st_Clear()
547 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in st_Clear()
552 ctx->DrawBuffer->_ColorDrawBuffers[0]->_BaseFormat, in st_Clear()
Dst_cb_blit.c77 dstRb = st_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in st_BlitFramebuffer_resolve()
235 st_renderbuffer(drawFB->_ColorDrawBuffers[0]); in st_BlitFramebuffer()
251 st_renderbuffer(drawFB->_ColorDrawBuffers[0]); in st_BlitFramebuffer()
Dst_atom_framebuffer.c120 strb = st_renderbuffer(fb->_ColorDrawBuffers[i]); in update_framebuffer_state()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c319 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in can_do_DrawPixels_8R8G8B()
385 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in xmesa_DrawPixels_8R8G8B()
452 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in can_do_DrawPixels_5R6G5B()
519 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in xmesa_DrawPixels_5R6G5B()
577 ctx->DrawBuffer->_ColorDrawBuffers[0]) { in can_do_CopyPixels()
587 ctx->DrawBuffer->_ColorDrawBuffers[0]) { in can_do_CopyPixels()
591 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in can_do_CopyPixels()
619 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in xmesa_CopyPixels()
Dxm_line.c123 xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0])
464 xrb = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]); in get_line_func()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffers.c44 intel_renderbuffer(intel->ctx.DrawBuffer->_ColorDrawBuffers[0]); in intel_drawbuf_region()
Dintel_pixel_copy.c104 draw_irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]); in do_blit_copypixels()
Dgen6_cc.c62 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[b]; in gen6_upload_blend_state()
Dbrw_wm_state.c53 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[i]; in brw_color_buffer_write_enabled()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffers.c44 intel_renderbuffer(intel->ctx.DrawBuffer->_ColorDrawBuffers[0]); in intel_drawbuf_region()
Dintel_pixel_copy.c104 draw_irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]); in do_blit_copypixels()
Di830_vtbl.c618 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in i830_set_draw_region()
765 irb = intel_renderbuffer(fb->_ColorDrawBuffers[i]); in i830_update_draw_buffer()
783 irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]); in i830_update_draw_buffer()
Di915_vtbl.c582 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in i915_set_draw_region()
760 irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]); in i915_update_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_buffers.c44 intel_renderbuffer(intel->ctx.DrawBuffer->_ColorDrawBuffers[0]); in intel_drawbuf_region()
Dintel_pixel_copy.c104 draw_irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]); in do_blit_copypixels()
/external/mesa3d/src/mesa/main/
Dframebuffer.c641 fb->_ColorDrawBuffers[0] = NULL; in update_color_draw_buffers()
646 fb->_ColorDrawBuffers[output] = fb->Attachment[buf].Renderbuffer; in update_color_draw_buffers()
649 fb->_ColorDrawBuffers[output] = NULL; in update_color_draw_buffers()
/external/mesa3d/src/mesa/swrast/
Ds_clear.c181 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[buf]; in clear_color_buffers()
Ds_drawpix.c198 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in fast_draw_rgba_pixels()
436 ctx->DrawBuffer->_ColorDrawBuffers[0]->Format); in draw_rgba_pixels()
Ds_blit.c150 drawRb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in blit_nearest()
493 struct gl_renderbuffer *drawRb = ctx->DrawBuffer->_ColorDrawBuffers[0]; in blit_linear()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c254 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[0]); in radeon_draw_buffer()
642 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[i]); in radeonFinish()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c254 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[0]); in radeon_draw_buffer()
642 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[i]); in radeonFinish()

12