Searched refs:EndCallList (Results 1 – 4 of 4) sorted by relevance
46 ctx->Driver.EndCallList = vbo_save_EndCallList; in vbo_save_callback_init()
208 driver->EndCallList = NULL; in _mesa_init_driver_functions()
756 void (*EndCallList)( struct gl_context *ctx ); member
8927 if (ctx->Driver.EndCallList) in execute_list()8928 ctx->Driver.EndCallList(ctx); in execute_list()