Searched refs:TextureStateStamp (Results 1 – 4 of 4) sorted by relevance
1407 if (ctx->Shared->TextureStateStamp != ctx->TextureStateTimestamp) { in _mesa_lock_context_textures()1409 ctx->TextureStateTimestamp = ctx->Shared->TextureStateStamp; in _mesa_lock_context_textures()1417 assert(ctx->Shared->TextureStateStamp == ctx->TextureStateTimestamp); in _mesa_unlock_context_textures()
127 shared->TextureStateStamp = 0; in _mesa_alloc_shared_state()
160 ctx->Shared->TextureStateStamp++; in _mesa_lock_texture()
2562 GLuint TextureStateStamp; /**< state notification for shared tex */ member