Home
last modified time | relevance | path

Searched refs:set_off_screen (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_cgl.h61 CGLError(*set_off_screen) (CGLContextObj ctx, member
Dapple_cgl.c112 apple_cgl.set_off_screen = sym(h, "CGLSetOffScreen"); in apple_cgl_init()
Dapple_glx_pixmap.c73 cglerr = apple_cgl.set_off_screen(p->context_obj, p->width, p->height, in pixmap_make_current()