Searched refs:NotifySaveBegin (Results 1 – 5 of 5) sorted by relevance
47 ctx->Driver.NotifySaveBegin = vbo_save_NotifyBegin; in vbo_save_callback_init()
1656 ctx->Driver.NotifySaveBegin = vbo_save_NotifyBegin; in vbo_save_api_init()
201 driver->NotifySaveBegin = NULL; in _mesa_init_driver_functions()
722 GLboolean (*NotifySaveBegin)( struct gl_context *ctx, GLenum mode ); member
5912 if (ctx->Driver.NotifySaveBegin(ctx, mode)) in save_Begin()