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.c288 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context() local
296 __func__, (void *) oldac, (void *) ac, drawable); in apple_glx_make_current_context()
300 (void *) (oldac ? oldac->context_obj : NULL), in apple_glx_make_current_context()
313 if (oldac && (ac != oldac)) in apple_glx_make_current_context()
314 oldac->is_current = false; in apple_glx_make_current_context()
320 if (oldac) { in apple_glx_make_current_context()
321 oldac->is_current = false; in apple_glx_make_current_context()
323 if (oldac->drawable) { in apple_glx_make_current_context()
324 oldac->drawable->destroy(oldac->drawable); in apple_glx_make_current_context()
325 oldac->drawable = NULL; in apple_glx_make_current_context()
[all …]