Lines Matching defs:shared
124 #include "shared.h"
807 * Update default objects in a GL context with respect to shared state.
812 * objects, etc.) and changes to reference those from the current shared
1069 * miscellaneous one-time initializations. If no shared context is supplied one
1091 struct gl_shared_state *shared;
1126 shared = share_list->Shared;
1130 shared = _mesa_alloc_shared_state(ctx);
1131 if (!shared)
1135 _mesa_reference_shared_state(ctx, &ctx->Shared, shared);
1717 /* release the old shared state */