Searched refs:TextureStateTimestamp (Results 1 – 2 of 2) sorted by relevance
2198 if (ctx->Shared->TextureStateStamp != ctx->TextureStateTimestamp) { in _mesa_lock_context_textures()2200 ctx->TextureStateTimestamp = ctx->Shared->TextureStateStamp; in _mesa_lock_context_textures()2208 assert(ctx->Shared->TextureStateStamp == ctx->TextureStateTimestamp); in _mesa_unlock_context_textures()
5217 GLuint TextureStateTimestamp; /**< detect changes to shared state */ member