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