Home
last modified time | relevance | path

Searched refs:ctxToShare (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dcontext.c1578 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) in _mesa_share_state() argument
1580 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()
Dcontext.h104 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);