Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.c197 dispList = _eglGlobal.DisplayList; in _eglFiniDisplay()
222 _eglGlobal.DisplayList = NULL; in _eglFiniDisplay()
269 for (disp = _eglGlobal.DisplayList; disp; disp = disp->Next) { in _eglFindDisplay()
297 disp->Next = _eglGlobal.DisplayList; in _eglFindDisplay()
298 _eglGlobal.DisplayList = disp; in _eglFindDisplay()
383 cur = _eglGlobal.DisplayList; in _eglCheckDisplayHandle()
Deglglobals.h55 _EGLDisplay *DisplayList; member
Deglglobals.c55 .DisplayList = NULL,
/third_party/mesa3d/src/mesa/main/
Dshared.c72 shared->DisplayList = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
356 if (shared->DisplayList) { in free_shared_state()
357 _mesa_HashDeleteAll(shared->DisplayList, delete_displaylist_cb, ctx); in free_shared_state()
358 _mesa_DeleteHashTable(shared->DisplayList); in free_shared_state()
Ddlist.c1149 _mesa_HashLookupMaybeLocked(ctx->Shared->DisplayList, list, locked); in _mesa_lookup_list()
1466 _mesa_HashLockMutex(ctx->Shared->DisplayList); in destroy_list()
1468 _mesa_HashRemoveLocked(ctx->Shared->DisplayList, list); in destroy_list()
1469 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in destroy_list()
11292 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in execute_list()
11294 _mesa_HashLockMutex(ctx->Shared->DisplayList); in execute_list()
13515 _mesa_HashLockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()
13517 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range); in _mesa_GenLists()
13522 _mesa_HashInsertLocked(ctx->Shared->DisplayList, base + i, in _mesa_GenLists()
13545 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()
[all …]
Dmtypes.h3373 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */ member
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/
DSDL_render_psp.c119 static unsigned int __attribute__((aligned(16))) DisplayList[262144]; variable
225 sceGuStart(GU_DIRECT, DisplayList); in StartDrawing()
416 sceGuStart(GU_DIRECT, DisplayList); in PSP_CreateRenderer()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4356 - dlist: prelock ctx->Shared->DisplayList before execute_list