Lines Matching refs:toCtx
792 CRContext *fromCtx, CRContext *toCtx,
796 const CRBufferObjectState *to = &(toCtx->bufferobject);
974 CRContext *fromCtx, CRContext *toCtx)
977 const CRBufferObjectState *to = &(toCtx->bufferobject);
982 crStateBufferObjectIntCmp(bb, bitID, fromCtx, toCtx, GL_FALSE);
1020 CRContext *fromCtx, CRContext *toCtx)
1023 CRBufferObjectState *to = &(toCtx->bufferobject);
1029 if (toCtx->shared->bVBOResyncNeeded)
1032 GLboolean locked = toCtx->client.array.locked;
1034 crHashtableWalk(toCtx->shared->buffersTable, crStateBufferObjectSyncCB, to);
1035 toCtx->shared->bVBOResyncNeeded = GL_FALSE;
1038 cp = &toCtx->client.array.v;
1045 cp = &toCtx->client.array.c;
1052 cp = &toCtx->client.array.f;
1059 cp = &toCtx->client.array.s;
1066 cp = &toCtx->client.array.e;
1073 cp = &toCtx->client.array.i;
1080 cp = &toCtx->client.array.n;
1089 cp = &toCtx->client.array.t[i];
1100 diff_api.ActiveTextureARB(toCtx->client.curClientTextureUnit+GL_TEXTURE0_ARB);
1105 cp = &toCtx->client.array.a[i];
1122 crStateBufferObjectIntCmp(bb, bitID, fromCtx, toCtx, GL_TRUE);