Lines Matching defs:shared
123 #include "shared.h"
748 * Update default objects in a GL context with respect to shared state.
753 * objects, etc.) and changes to reference those from the current shared
959 * miscellaneous one-time initializations. If no shared context is supplied one
982 struct gl_shared_state *shared;
1014 shared = share_list->Shared;
1018 shared = _mesa_alloc_shared_state(ctx);
1019 if (!shared)
1026 _mesa_reference_shared_state(ctx, &ctx->Shared, shared);
1591 /* release the old shared state */