Searched refs:VAOs (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.c103 glthread->VAOs = _mesa_NewHashTable();
104 if (!glthread->VAOs) {
114 _mesa_DeleteHashTable(glthread->VAOs);
173 _mesa_HashDeleteAll(glthread->VAOs, free_vao, NULL);
174 _mesa_DeleteHashTable(glthread->VAOs);
H A Dglthread_varray.c83 vao = _mesa_HashLookupLocked(glthread->VAOs, id);
137 _mesa_HashRemoveLocked(glthread->VAOs, vao->Name);
151 /* The IDs have been generated at this point. Create VAOs for glthread. */
162 _mesa_HashInsertLocked(glthread->VAOs, id, vao, true);
H A Dglthread.h197 struct _mesa_HashTable *VAOs; member in struct:glthread_state
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3065 - glthread: track VAOs created by CreateVertexArrays
3128 - mesa: optimize initialization of new VAOs
3228 - i965: Use the VAOs binding information in array setup.
H A D20.2.0.rst3180 - mesa,st/mesa: add a fast path for non-static VAOs
3189 - glthread: initialize VAOs properly

Completed in 15 milliseconds