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