Searched refs:TexturesLocked (Results 1 – 4 of 4) sorted by relevance
100 if (!ctx->TexturesLocked) in _mesa_lock_texture()110 if (!ctx->TexturesLocked) in _mesa_unlock_texture()
60 ctx->TexturesLocked = true; in glthread_unmarshal_batch()69 ctx->TexturesLocked = false; in glthread_unmarshal_batch()
2110 if (!ctx->TexturesLocked) in _mesa_lock_context_textures()2125 if (!ctx->TexturesLocked) in _mesa_unlock_context_textures()
3260 bool TexturesLocked; member