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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h103 GLboolean InDeleteAll; /**< Debug check */ member in struct:_mesa_HashTable
H A Dhash.c245 assert(!table->InDeleteAll);
288 table->InDeleteAll = GL_TRUE;
297 table->InDeleteAll = GL_FALSE;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.c271 assert(!table->InDeleteAll);
319 table->InDeleteAll = GL_TRUE;
335 table->InDeleteAll = GL_FALSE;
H A Dhash.h114 GLboolean InDeleteAll; /**< Debug check */ member in struct:_mesa_HashTable
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4671 - mesa: make _mesa_HashTable InDeleteAll debug only

Completed in 13 milliseconds