Home
last modified time | relevance | path

Searched refs:InDeleteAll (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.c271 assert(!table->InDeleteAll); in _mesa_HashRemove_unlocked()
319 table->InDeleteAll = GL_TRUE; in _mesa_HashDeleteAll()
335 table->InDeleteAll = GL_FALSE; in _mesa_HashDeleteAll()
Dhash.h114 GLboolean InDeleteAll; /**< Debug check */ member
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4671 - mesa: make _mesa_HashTable InDeleteAll debug only