Searched refs:update_framebuffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 321 update_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw, in update_framebuffer() function 348 update_framebuffer(dri_ctx, dri_draw, in nouveau_context_make_current() 353 update_framebuffer(dri_ctx, dri_read, in nouveau_context_make_current() 410 update_framebuffer(dri_ctx, draw, stamp); in validate_framebuffer()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_static.c | 95 static void update_framebuffer(struct i915_context *i915) in update_framebuffer() function 162 update_framebuffer,
|
/external/mesa3d/src/mesa/main/ |
D | framebuffer.c | 663 update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb) in update_framebuffer() function 706 update_framebuffer(ctx, drawFb); in _mesa_update_framebuffer() 708 update_framebuffer(ctx, readFb); in _mesa_update_framebuffer()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_state.c | 684 update_framebuffer(struct NineDevice9 *device, bool is_clear) in update_framebuffer() function 1228 update_framebuffer(device, FALSE); in nine_update_state() 2400 update_framebuffer(device, TRUE); in nine_update_state_framebuffer_clear()
|