Searched refs:pGlxDraw (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxcmds.c | 471 __GLXdrawable *pGlxDraw; in __glXGetDrawable() local 477 DixWriteAccess, &pGlxDraw, &rc)) { in __glXGetDrawable() 480 glxc->config != pGlxDraw->config) { in __glXGetDrawable() 486 return pGlxDraw; in __glXGetDrawable() 535 pGlxDraw = pGlxScreen->createDrawable(client, pGlxScreen, pDraw, drawId, in __glXGetDrawable() 537 if (!pGlxDraw) { in __glXGetDrawable() 543 if (!AddResource(drawId, __glXDrawableRes, pGlxDraw)) { in __glXGetDrawable() 548 return pGlxDraw; in __glXGetDrawable() 1154 __GLXdrawable *pGlxDraw; in DoCreateGLXDrawable() local 1159 pGlxDraw = pGlxScreen->createDrawable(client, pGlxScreen, pDraw, in DoCreateGLXDrawable() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 713 __GLXWinDrawable *pGlxDraw; in glxWinCopyWindow() local 719 dixLookupResourceByType((void *) &pGlxDraw, pWindow->drawable.id, in glxWinCopyWindow() 729 if (pGlxDraw && pGlxDraw->drawContext) { in glxWinCopyWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 27681 glx: don't call pGlxDraw->destroy() if AddResource fails
|