Lines Matching refs:drawContext
103 __GLXWinContext *drawContext;
764 if (pGlxDraw && pGlxDraw->drawContext)
807 if (draw->drawContext == NULL)
813 GLWIN_TRACE_MSG("glxWinSwapBuffers on drawable %p, last context %p (native ctx %p)", base, draw->drawContext, draw->drawContext->ctx);
816 draw->drawContext->base.drawPriv will not be set if the context is not current anymore,
819 assert((draw->drawContext->base.drawPriv == NULL) || (draw->drawContext->base.drawPriv == base));
821 dc = glxWinMakeDC(draw->drawContext, draw, &dc, &hwnd);
851 if (glxPriv->drawContext && (__glXLastContext == &((glxPriv->drawContext)->base)))
1375 ((__GLXWinDrawable *)drawPriv)->drawContext = gc;