Lines Matching refs:serverCtx
192 GLint serverCtx = (GLint) -1;
250 GLint serverCtx = (GLint) -1;
308 GLint serverCtx = (GLint) -1;
349 shareCtx = pack_spu.context[shareCtx].serverCtx;
357 crPackCreateContextSWAP( dpyName, visual, shareCtx, &serverCtx, &writeback );
359 crPackCreateContext( dpyName, visual, shareCtx, &serverCtx, &writeback );
379 serverCtx = 5000;
385 serverCtx = (GLint) SWAP32(serverCtx);
387 if (serverCtx < 0) {
423 pack_spu.context[slot].serverCtx = serverCtx;
468 crPackDestroyContextSWAP( context->serverCtx );
470 crPackDestroyContext( context->serverCtx );
475 context->serverCtx = 0;
506 GLint serverCtx;
569 serverCtx = pack_spu.context[slot].serverCtx;
589 serverCtx = 0;
593 crPackMakeCurrentSWAP( window, nativeWindow, serverCtx );
595 crPackMakeCurrent( window, nativeWindow, serverCtx );
597 if (serverCtx)