Searched refs:TextureStateStamp (Results 1 – 4 of 4) sorted by relevance
105 ctx->Shared->TextureStateStamp++; in _mesa_lock_texture()
130 shared->TextureStateStamp = 0; in _mesa_alloc_shared_state()
2135 if (ctx->Shared->TextureStateStamp != ctx->TextureStateTimestamp) { in _mesa_lock_context_textures()2137 ctx->TextureStateTimestamp = ctx->Shared->TextureStateStamp; in _mesa_lock_context_textures()2145 assert(ctx->Shared->TextureStateStamp == ctx->TextureStateTimestamp); in _mesa_unlock_context_textures()
3247 GLuint TextureStateStamp; /**< state notification for shared tex */ member