Home
last modified time | relevance | path

Searched refs:TexturesLocked (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexobj.h100 if (!ctx->TexturesLocked) in _mesa_lock_texture()
110 if (!ctx->TexturesLocked) in _mesa_unlock_texture()
Dglthread.c60 ctx->TexturesLocked = true; in glthread_unmarshal_batch()
69 ctx->TexturesLocked = false; in glthread_unmarshal_batch()
Dtexobj.c2110 if (!ctx->TexturesLocked) in _mesa_lock_context_textures()
2125 if (!ctx->TexturesLocked) in _mesa_unlock_context_textures()
Dmtypes.h3260 bool TexturesLocked; member