Searched refs:ctxToShare (Results 1 – 2 of 2) sorted by relevance
141 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
1553 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) in _mesa_share_state() argument1555 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) { in _mesa_share_state()1562 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared); in _mesa_share_state()