Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.c198 dispList = _eglGlobal.DisplayList; in _eglFiniDisplay()
223 _eglGlobal.DisplayList = NULL; in _eglFiniDisplay()
270 for (disp = _eglGlobal.DisplayList; disp; disp = disp->Next) { in _eglFindDisplay()
298 disp->Next = _eglGlobal.DisplayList; in _eglFindDisplay()
299 _eglGlobal.DisplayList = disp; in _eglFindDisplay()
384 cur = _eglGlobal.DisplayList; in _eglCheckDisplayHandle()
Deglglobals.h55 _EGLDisplay *DisplayList; member
Deglglobals.c55 .DisplayList = NULL,
/third_party/mesa3d/src/mesa/main/
Dshared.c74 shared->DisplayList = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
358 if (shared->DisplayList) { in free_shared_state()
359 _mesa_HashDeleteAll(shared->DisplayList, delete_displaylist_cb, ctx); in free_shared_state()
360 _mesa_DeleteHashTable(shared->DisplayList); in free_shared_state()
Ddlist.c1092 _mesa_HashLookupMaybeLocked(ctx->Shared->DisplayList, list, locked); in _mesa_lookup_list()
1409 _mesa_HashRemoveLocked(ctx->Shared->DisplayList, list); in destroy_list()
11211 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in execute_list()
11213 _mesa_HashLockMutex(ctx->Shared->DisplayList); in execute_list()
13402 _mesa_HashLockMutex(ctx->Shared->DisplayList); in _mesa_DeleteLists()
13406 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_DeleteLists()
13433 _mesa_HashLockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()
13435 base = _mesa_HashFindFreeKeyBlock(ctx->Shared->DisplayList, range); in _mesa_GenLists()
13440 _mesa_HashInsertLocked(ctx->Shared->DisplayList, base + i, in _mesa_GenLists()
13462 _mesa_HashUnlockMutex(ctx->Shared->DisplayList); in _mesa_GenLists()
[all …]
Dmtypes.h2429 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/libabigail/tests/data/test-annotate/
Dtest14-pr18893.so.abi2386 <!-- DisplayList* NurbsTessellator::dl -->
14231 <!-- class DisplayList -->
14232 …<class-decl name='DisplayList' size-in-bits='2688' visibility='default' filepath='libnurbs/interna…
14234 <!-- Dlnode* DisplayList::nodes -->
14238 <!-- Pool DisplayList::dlnodePool -->
14242 <!-- Dlnode** DisplayList::lastNode -->
14246 <!-- NurbsTessellator* DisplayList::nt -->
14250 <!-- DisplayList::DisplayList(NurbsTessellator*) -->
14251 …<function-decl name='DisplayList' filepath='libnurbs/internals/displaylist.h' line='67' column='1'…
14252 <!-- implicit parameter of type 'DisplayList*' -->
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest14-pr18893.so.abi9097 …<class-decl name='DisplayList' size-in-bits='2688' visibility='default' filepath='libnurbs/interna…
9111 …<function-decl name='DisplayList' filepath='libnurbs/internals/displaylist.h' line='67' column='1'…
9118 …<function-decl name='~DisplayList' filepath='libnurbs/internals/displaylist.h' line='68' column='1…
9146 …<function-decl name='DisplayList' filepath='libnurbs/internals/displaylist.h' line='67' column='1'…
9153 …<function-decl name='~DisplayList' filepath='libnurbs/internals/displaylist.h' line='68' column='1…
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4356 - dlist: prelock ctx->Shared->DisplayList before execute_list