HomeSort by relevance Sort by last modified time
    Searched full:oldac (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_context.c 285 struct apple_glx_context *oldac = oldptr; local
292 apple_glx_diagnostic("%s: oldac %p ac %p drawable 0x%lx\n",
293 __func__, (void *) oldac, (void *) ac, drawable);
295 apple_glx_diagnostic("%s: oldac->context_obj %p ac->context_obj %p\n",
297 (void *) (oldac ? oldac->context_obj : NULL),
310 if (oldac && (ac != oldac))
311 oldac->is_current = false;
317 if (oldac) {
    [all...]

Completed in 104 milliseconds