Searched refs:DisplayList (Results 1 – 6 of 6) sorted by relevance
224 dpyList = _eglGlobal.DisplayList; in _eglFiniDisplay()241 _eglGlobal.DisplayList = NULL; in _eglFiniDisplay()260 dpy = _eglGlobal.DisplayList; in _eglFindDisplay()276 dpy->Next = _eglGlobal.DisplayList; in _eglFindDisplay()277 _eglGlobal.DisplayList = dpy; in _eglFindDisplay()342 cur = _eglGlobal.DisplayList; in _eglCheckDisplayHandle()
47 _EGLDisplay *DisplayList; member
3 var HAS_DISPLAY_LIST = typeof DisplayList != "undefined";41 var dl = new DisplayList();56 var dl = new DisplayList();
69 shared->DisplayList = _mesa_NewHashTable(); in _mesa_alloc_shared_state()322 _mesa_HashDeleteAll(shared->DisplayList, delete_displaylist_cb, ctx); in free_shared_state()323 _mesa_DeleteHashTable(shared->DisplayList); in free_shared_state()
2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */ member
589 _mesa_HashLookup(ctx->Shared->DisplayList, list); in lookup_list()832 _mesa_HashRemove(ctx->Shared->DisplayList, list); in destroy_list()8998 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range); in _mesa_GenLists()9003 _mesa_HashInsert(ctx->Shared->DisplayList, base + i, in _mesa_GenLists()9094 _mesa_HashInsert(ctx->Shared->DisplayList, in _mesa_EndList()