Searched refs:pGlxDraw (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c486 __GLXdrawable *pGlxDraw; local in function:__glXGetDrawable
491 rc = dixLookupResourceByType((void **)&pGlxDraw, drawId,
494 /* If pGlxDraw->drawId == drawId, drawId is a valid GLX drawable.
495 * Otherwise, if pGlxDraw->type == GLX_DRAWABLE_WINDOW, drawId is
498 (pGlxDraw->drawId == drawId ||
499 pGlxDraw->type == GLX_DRAWABLE_WINDOW)) {
502 glxc->config != pGlxDraw->config) {
508 return pGlxDraw;
557 pGlxDraw = pGlxScreen->createDrawable(client, pGlxScreen, pDraw, drawId,
559 if (!pGlxDraw) {
1176 __GLXdrawable *pGlxDraw; local in function:DoCreateGLXDrawable
1234 __GLXdrawable *pGlxDraw; local in function:determineTextureTarget
1343 __GLXdrawable *pGlxDraw; local in function:DoDestroyDrawable
1494 __GLXdrawable *pGlxDraw; local in function:DoChangeDrawableAttributes
1622 __GLXdrawable *pGlxDraw; local in function:__glXDisp_SwapBuffers
1738 __GLXdrawable *pGlxDraw; local in function:__glXDisp_BindTexImageEXT
1780 __GLXdrawable *pGlxDraw; local in function:__glXDisp_ReleaseTexImageEXT
1813 __GLXdrawable *pGlxDraw; local in function:__glXDisp_CopySubBufferMESA
1881 __GLXdrawable *pGlxDraw = NULL; local in function:DoGetDrawableAttributes
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c447 __GLXdrawable *pGlxDraw; local in function:__glXGetDrawable
451 DixWriteAccess, &pGlxDraw, &rc)) {
452 if (glxc != NULL && pGlxDraw->config != glxc->config) {
458 return pGlxDraw;
489 pGlxDraw = glxc->pGlxScreen->createDrawable(client, glxc->pGlxScreen,
495 if (!AddResource(drawId, __glXDrawableRes, pGlxDraw)) {
496 pGlxDraw->destroy (pGlxDraw);
501 return pGlxDraw;
1116 __GLXdrawable *pGlxDraw; local in function:DoCreateGLXDrawable
1182 __GLXdrawable *pGlxDraw; local in function:determineTextureTarget
1291 __GLXdrawable *pGlxDraw; local in function:DoDestroyDrawable
1437 __GLXdrawable *pGlxDraw; local in function:DoChangeDrawableAttributes
1561 __GLXdrawable *pGlxDraw; local in function:__glXDisp_SwapBuffers
1671 __GLXdrawable *pGlxDraw; local in function:__glXDisp_BindTexImageEXT
1714 __GLXdrawable *pGlxDraw; local in function:__glXDisp_ReleaseTexImageEXT
1748 __GLXdrawable *pGlxDraw; local in function:__glXDisp_CopySubBufferMESA
1811 __GLXdrawable *pGlxDraw; local in function:DoGetDrawableAttributes
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c753 __GLXWinDrawable *pGlxDraw; local in function:glxWinCopyWindow
759 dixLookupResourceByType((void *) &pGlxDraw, pWindow->drawable.id,
769 if (pGlxDraw && pGlxDraw->drawContext) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c747 __GLXWinDrawable *pGlxDraw; local in function:glxWinCopyWindow
753 dixLookupResourceByType((pointer) &pGlxDraw, pWindow->drawable.id, __glXDrawableRes,
764 if (pGlxDraw && pGlxDraw->drawContext)

Completed in 11 milliseconds