Searched refs:DiscardFramebuffer (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c186 driver->DiscardFramebuffer = NULL;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c188 driver->DiscardFramebuffer = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c773 * Called by ctx->Driver.DiscardFramebuffer
973 functions->DiscardFramebuffer = st_discard_framebuffer;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c805 * Called by ctx->Driver.DiscardFramebuffer
1002 functions->DiscardFramebuffer = st_discard_framebuffer;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddd.h787 void (*DiscardFramebuffer)(struct gl_context *ctx, struct gl_framebuffer *fb, member in struct:dd_function_table
H A Dfbobject.c4695 if (!ctx->Driver.DiscardFramebuffer)
4707 * Driver.DiscardFramebuffer if the attachments list includes both depth
4728 ctx->Driver.DiscardFramebuffer(ctx, fb, att);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dfbobject.c5195 if (!ctx->Driver.DiscardFramebuffer)
5207 * Driver.DiscardFramebuffer if the attachments list includes both depth
5229 ctx->Driver.DiscardFramebuffer(ctx, fb, att);
H A Ddd.h876 void (*DiscardFramebuffer)(struct gl_context *ctx, struct gl_framebuffer *fb, member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1483 - mesa/st: wire up DiscardFramebuffer

Completed in 363 milliseconds