Home
last modified time | relevance | path

Searched refs:flush_frontbuffer (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_winsys.c50 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in d3d12_wgl_present()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h73 bool (*flush_frontbuffer)(struct dri_context *ctx, member
Ddrisw.c210 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/
DGalliumContext.cpp347 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/
Dswr_loader.cpp152 screen->flush_frontbuffer(screen, in swr_gdi_swap()
/third_party/mesa3d/src/gallium/tests/graw/
Dclear.c36 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
Dshader-leak.c164 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
Dtri-gs.c174 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
Dtri-instanced.c227 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL); in draw()
Dgraw_util.h216 info->screen->flush_frontbuffer(info->screen, info->ctx, info->color_buf[0], in graw_util_flush_front()
Dquad-sample.c162 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
Dfs-test.c246 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
Dvs-test.c234 screen->flush_frontbuffer(screen, ctx, rttex, 0, 0, window, NULL); in draw()
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c215 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in wgl_present()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c370 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/
Ddd_screen.c179 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/
Dvirgl_winsys.h129 void (*flush_frontbuffer)(struct virgl_winsys *vws, member
Dvirgl_screen.c788 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/
Dtegra_screen.c371 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/
Dp_screen.h340 void (*flush_frontbuffer)( struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c594 screen->base.flush_frontbuffer = softpipe_flush_frontbuffer; in softpipe_create_screen()
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c75 buffer->screen->flush_frontbuffer(buffer->screen, NULL, ptex, 0, 0, in hgl_st_framebuffer_flush_front()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c271 pipe->screen->flush_frontbuffer(pipe->screen, pipe, tex, 0, 0, in vlVdpPresentationQueueDisplay()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c81 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/
Di915_screen.c685 is->base.flush_frontbuffer = i915_flush_frontbuffer; in i915_screen_create()

12