Searched refs:DiscardFramebuffer (Results 1 – 5 of 5) sorted by relevance
182 driver->DiscardFramebuffer = NULL; in _mesa_init_driver_functions()
607 GET_PROC_SUFFIX(DiscardFramebuffer, EXT); in GrGLMakeAssembledGLESInterface()
600 GET_PROC_SUFFIX(DiscardFramebuffer, EXT); in GrGLMakeAssembledGLESInterface()
703 void (*DiscardFramebuffer)(struct gl_context *ctx, member
4585 if (ctx->Driver.DiscardFramebuffer) in _mesa_DiscardFramebufferEXT()4586 ctx->Driver.DiscardFramebuffer(ctx, target, numAttachments, attachments); in _mesa_DiscardFramebufferEXT()