Searched refs:ctxToShare (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcontext.h132 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
H A Dcontext.c1797 * that are associated with 'ctxToShare'.
1802 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) argument
1804 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) {
1811 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.h113 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
H A Dcontext.c1699 * that are associated with 'ctxToShare'.
1704 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) argument
1706 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) {
1713 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared);

Completed in 7 milliseconds