HomeSort by relevance Sort by last modified time
    Searched refs:_ColorDrawBuffers (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 65 if (fb->_ColorDrawBuffers[0]) {
67 fb->_ColorDrawBuffers[0])->surface;
nouveau_span.c 52 renderbuffer_map_unmap(ctx, fb->_ColorDrawBuffers[i], map);
nv20_state_fb.c 93 if (fb->_ColorDrawBuffers[0]) {
95 fb->_ColorDrawBuffers[0])->surface;
nv10_state_fb.c 119 if (fb->_ColorDrawBuffers[0]) {
121 fb->_ColorDrawBuffers[0])->surface;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_blend_state.c 88 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[i];
214 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
intel_pixel_copy.c 74 draw_irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]);
intel_pixel_draw.c 74 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
brw_wm_state.c 56 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[i];
gen6_cc.c 65 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[b];
intel_pixel_bitmap.c 209 irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]);
brw_draw.c 387 intel_renderbuffer(fb->_ColorDrawBuffers[i]);
409 intel_renderbuffer(fb->_ColorDrawBuffers[i]);
brw_wm_surface_state.c 432 intel_renderbuffer(fb->_ColorDrawBuffers[i]);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 319 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
383 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
450 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
515 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
573 ctx->DrawBuffer->_ColorDrawBuffers[0]) {
583 ctx->DrawBuffer->_ColorDrawBuffers[0]) {
587 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
615 = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
xm_line.c 123 xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0])
464 xrb = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 75 draw_irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]);
intel_pixel_bitmap.c 212 irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]);
i830_vtbl.c 616 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
763 irb = intel_renderbuffer(fb->_ColorDrawBuffers[i]);
781 irb = intel_renderbuffer(fb->_ColorDrawBuffers[0]);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 136 /* Examine Mesa's ctx->DrawBuffer->_ColorDrawBuffers state
144 strb = st_renderbuffer(fb->_ColorDrawBuffers[i]);
st_cb_blit.c 190 st_renderbuffer(drawFB->_ColorDrawBuffers[i]);
237 st_renderbuffer(drawFB->_ColorDrawBuffers[i]);
  /external/mesa3d/src/mesa/main/
framebuffer.c 585 * framebuffer->_ColorDrawBuffers[] array and
611 fb->_ColorDrawBuffers[0] = NULL;
616 fb->_ColorDrawBuffers[output] = fb->Attachment[buf].Renderbuffer;
619 fb->_ColorDrawBuffers[output] = NULL;
652 * _ColorDrawBuffers
blit.c 260 colorDrawRb = drawFb->_ColorDrawBuffers[i];
509 colorDrawRb = drawFb->_ColorDrawBuffers[i];
accum.c 348 struct gl_renderbuffer *colorRb = fb->_ColorDrawBuffers[buffer];
clear.c 116 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[idx];
  /external/mesa3d/src/mesa/swrast/
s_clear.c 181 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[buf];
185 * this case the _ColorDrawBuffers pointer will be NULL.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 252 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[0]);
614 rrb = radeon_renderbuffer(fb->_ColorDrawBuffers[i]);

Completed in 454 milliseconds

1 2