Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c67 static struct apple_glx_context *context_list = NULL; variable
105 for (i = context_list; i; i = i->next) { in is_context_valid()
193 if (context_list) in apple_glx_create_context()
194 context_list->previous = ac; in apple_glx_create_context()
197 ac->next = context_list; in apple_glx_create_context()
198 context_list = ac; in apple_glx_create_context()
237 context_list = ac->next; in apple_glx_destroy_context()
535 for (ac = context_list; ac; ac = ac->next) { in apple_glx_context_surface_changed()