Home
last modified time | relevance | path

Searched refs:set_current_context (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c225 if (apple_cgl.set_current_context(NULL)) { in apple_glx_destroy_context()
316 apple_cgl.set_current_context(NULL); in apple_glx_make_current_context()
338 if (apple_cgl.set_current_context(ac->context_obj)) in apple_glx_make_current_context()
429 cglerr = apple_cgl.set_current_context(ac->context_obj); in apple_glx_make_current_context()
Dapple_glx_pbuffer.c233 err = apple_cgl.set_current_context(newcontext); in get_max_size()
244 apple_cgl.set_current_context(oldcontext); in get_max_size()
Dapple_cgl.h57 CGLError(*set_current_context) (CGLContextObj ctx); member
Dapple_cgl.c108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); in apple_cgl_init()
Dapple_glx_pixmap.c65 cglerr = apple_cgl.set_current_context(p->context_obj); in pixmap_make_current()