Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c224 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()
Deglglobals.h47 _EGLDisplay *DisplayList; member
/external/skia/experimental/SkV8Example/js/
Dgears.js3 var HAS_DISPLAY_LIST = typeof DisplayList != "undefined";
41 var dl = new DisplayList();
56 var dl = new DisplayList();
/external/mesa3d/src/mesa/main/
Dshared.c69 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()
Dmtypes.h2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */ member
Ddlist.c589 _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()