Searched refs:ctxToShare (Results 1 – 2 of 2) sorted by relevance
131 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
1768 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) in _mesa_share_state() argument1770 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) { in _mesa_share_state()1777 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared); in _mesa_share_state()