/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/ |
D | d3d12_wgl_winsys.c | 50 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in d3d12_wgl_present()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.h | 73 bool (*flush_frontbuffer)(struct dri_context *ctx, member
|
D | drisw.c | 210 screen->base.screen->flush_frontbuffer(screen->base.screen, pipe, ptex, 0, 0, drawable, sub_box); in drisw_present_texture() 576 drawable->flush_frontbuffer = drisw_flush_frontbuffer; in drisw_create_buffer()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 347 buffer->screen->flush_frontbuffer(buffer->screen, NULL, buffer->textures[ST_ATTACHMENT_BACK_LEFT], in SwapBuffers() 373 buffer->screen->flush_frontbuffer(buffer->screen, NULL, buffer->textures[ST_ATTACHMENT_FRONT_LEFT], in Draw()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_loader.cpp | 152 screen->flush_frontbuffer(screen, in swr_gdi_swap()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | clear.c | 36 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
|
D | shader-leak.c | 164 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
|
D | tri-gs.c | 174 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
|
D | tri-instanced.c | 227 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
|
D | graw_util.h | 216 info->screen->flush_frontbuffer(info->screen, info->ctx, info->color_buf[0], in graw_util_flush_front()
|
D | quad-sample.c | 162 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
|
D | fs-test.c | 246 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
|
D | vs-test.c | 234 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
|
/third_party/mesa3d/src/gallium/targets/wgl/ |
D | wgl.c | 215 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in wgl_present()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 370 screen->flush_frontbuffer(screen, in rbug_screen_flush_frontbuffer() 472 rb_screen->base.flush_frontbuffer = rbug_screen_flush_frontbuffer; in rbug_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 179 screen->flush_frontbuffer(screen, pipe, resource, level, layer, context_private, in dd_screen_flush_frontbuffer() 600 SCR_INIT(flush_frontbuffer); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_winsys.h | 129 void (*flush_frontbuffer)(struct virgl_winsys *vws, member
|
D | virgl_screen.c | 788 if (vws->flush_frontbuffer) in virgl_flush_frontbuffer() 789 vws->flush_frontbuffer(vws, vres->hw_res, level, layer, winsys_drawable_handle, in virgl_flush_frontbuffer() 991 screen->base.flush_frontbuffer = virgl_flush_frontbuffer; in virgl_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 371 screen->gpu->flush_frontbuffer(screen->gpu, in tegra_screen_flush_frontbuffer() 610 screen->base.flush_frontbuffer = tegra_screen_flush_frontbuffer; in tegra_screen_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 340 void (*flush_frontbuffer)( struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 594 screen->base.flush_frontbuffer = softpipe_flush_frontbuffer; in softpipe_create_screen()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | hgl.c | 75 buffer->screen->flush_frontbuffer(buffer->screen, NULL, ptex, 0, 0, in hgl_st_framebuffer_flush_front()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | presentation.c | 271 pipe->screen->flush_frontbuffer(pipe->screen, pipe, tex, 0, 0, in vlVdpPresentationQueueDisplay()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 81 xstfb->screen->flush_frontbuffer(xstfb->screen, pctx, pres, 0, 0, &xstfb->buffer->ws, box); in xmesa_st_framebuffer_display()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 685 is->base.flush_frontbuffer = i915_flush_frontbuffer; in i915_screen_create()
|