Searched refs:set_current_context (Results 1 – 5 of 5) sorted by relevance
227 if (apple_cgl.set_current_context(NULL)) { in apple_glx_destroy_context()318 apple_cgl.set_current_context(NULL); in apple_glx_make_current_context()340 if (apple_cgl.set_current_context(ac->context_obj)) in apple_glx_make_current_context()431 cglerr = apple_cgl.set_current_context(ac->context_obj); in apple_glx_make_current_context()
235 err = apple_cgl.set_current_context(newcontext); in get_max_size()246 apple_cgl.set_current_context(oldcontext); in get_max_size()
57 CGLError(*set_current_context) (CGLContextObj ctx); member
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); in apple_cgl_init()
65 cglerr = apple_cgl.set_current_context(p->context_obj); in pixmap_make_current()