Searched refs:flush_frontbuffer (Results 1 - 25 of 85) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_winsys.c50 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.h81 void (*flush_frontbuffer)(struct dri_context *ctx, member in struct:dri_drawable
H A Ddrisw.c207 screen->base.screen->flush_frontbuffer(screen->base.screen, ptex, 0, 0, drawable, sub_box);
507 drawable->flush_frontbuffer = drisw_flush_frontbuffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.h73 bool (*flush_frontbuffer)(struct dri_context *ctx, member in struct:dri_drawable
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp141 screen->flush_frontbuffer(screen,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp152 screen->flush_frontbuffer(screen,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dclear.c36 screen->flush_frontbuffer(screen, tex, 0, 0, window, NULL);
H A Dshader-leak.c159 screen->flush_frontbuffer(screen, tex, 0, 0, window, NULL);
H A Dtri-gs.c169 screen->flush_frontbuffer(screen, tex, 0, 0, window, NULL);
H A Dtri-instanced.c220 screen->flush_frontbuffer(screen, tex, 0, 0, window, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dclear.c36 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL);
H A Dshader-leak.c164 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL);
H A Dtri-gs.c174 screen->flush_frontbuffer(screen, ctx, tex, 0, 0, window, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h109 void (*flush_frontbuffer)(struct virgl_winsys *vws, member in struct:virgl_winsys
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h294 void (*flush_frontbuffer)( struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/wgl/
H A Dwgl.c181 * pipe_screen::flush_frontbuffer().
215 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp355 fScreen->flush_frontbuffer(fScreen, surface->texture, 0, 0,
362 fScreen->flush_frontbuffer(fScreen, zSurface->texture, 0, 0,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c263 screen->flush_frontbuffer(screen,
339 rb_screen->base.flush_frontbuffer = rbug_screen_flush_frontbuffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp347 buffer->screen->flush_frontbuffer(buffer->screen, NULL, buffer->textures[ST_ATTACHMENT_BACK_LEFT],
373 buffer->screen->flush_frontbuffer(buffer->screen, NULL, buffer->textures[ST_ATTACHMENT_FRONT_LEFT],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c177 screen->flush_frontbuffer(screen, resource, level, layer, context_private,
571 SCR_INIT(flush_frontbuffer);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c370 screen->flush_frontbuffer(screen,
472 rb_screen->base.flush_frontbuffer = rbug_screen_flush_frontbuffer;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c597 screen->base.flush_frontbuffer = panfrost_flush_frontbuffer;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h129 void (*flush_frontbuffer)(struct virgl_winsys *vws, member in struct:virgl_winsys
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h340 void (*flush_frontbuffer)( struct pipe_screen *screen, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c368 screen->gpu->flush_frontbuffer(screen->gpu, resource, level, layer,
581 screen->base.flush_frontbuffer = tegra_screen_flush_frontbuffer;

Completed in 36 milliseconds

1234