Searched refs:update_framebuffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 319 update_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw, in update_framebuffer() function 346 update_framebuffer(dri_ctx, dri_draw, in nouveau_context_make_current() 351 update_framebuffer(dri_ctx, dri_read, in nouveau_context_make_current() 408 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 | 617 update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb) in update_framebuffer() function 666 update_framebuffer(ctx, drawFb); in _mesa_update_framebuffer() 668 update_framebuffer(ctx, readFb); in _mesa_update_framebuffer()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 686 update_framebuffer(struct NineDevice9 *device, bool is_clear) in update_framebuffer() function 1218 update_framebuffer(device, FALSE); in nine_update_state() 2161 update_framebuffer(device, TRUE); in nine_update_state_framebuffer_clear()
|