Searched refs:ctxToShare (Results 1 – 2 of 2) sorted by relevance
1578 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) in _mesa_share_state() argument1580 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) { in _mesa_share_state()1587 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared); in _mesa_share_state()
104 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);