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