Searched refs:TexturesLocked (Results 1 – 4 of 4) sorted by relevance
105 if (!ctx->TexturesLocked) in _mesa_lock_texture()115 if (!ctx->TexturesLocked) in _mesa_unlock_texture()
59 ctx->TexturesLocked = true; in glthread_unmarshal_batch()68 ctx->TexturesLocked = false; in glthread_unmarshal_batch()
2163 if (!ctx->TexturesLocked) in _mesa_lock_context_textures()2178 if (!ctx->TexturesLocked) in _mesa_unlock_context_textures()
5181 bool TexturesLocked; member