Searched refs:TextureStateTimestamp (Results 1 – 2 of 2) 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()
3567 GLuint TextureStateTimestamp; /**< detect changes to shared state */ member