Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c286 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context() local
294 __func__, (void *) oldac, (void *) ac, drawable); in apple_glx_make_current_context()
298 (void *) (oldac ? oldac->context_obj : NULL), in apple_glx_make_current_context()
311 if (oldac && (ac != oldac)) in apple_glx_make_current_context()
312 oldac->is_current = false; in apple_glx_make_current_context()
318 if (oldac) { in apple_glx_make_current_context()
319 oldac->is_current = false; in apple_glx_make_current_context()
321 if (oldac->drawable) { in apple_glx_make_current_context()
322 oldac->drawable->destroy(oldac->drawable); in apple_glx_make_current_context()
323 oldac->drawable = NULL; in apple_glx_make_current_context()
[all …]