Searched defs:ctxToShare (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.c1548 * that are associated with 'ctxToShare'.
1553 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) argument
1555 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) {
1562 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared);
/external/mesa3d/src/mesa/main/
H A Dcontext.c1548 * that are associated with 'ctxToShare'.
1553 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare) argument
1555 if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) {
1562 _mesa_reference_shared_state(ctx, &ctx->Shared, ctxToShare->Shared);

Completed in 116 milliseconds