HomeSort by: relevance | last modified time | path
    Searched defs:pDraw (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
dri_helpers.c 50 HWND h = winGetWindowInfo((WindowPtr)(pDrawable->base.pDraw));
58 *handle = pDrawable->base.pDraw->id;
84 DrawablePtr pDraw;
85 int rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixGetAttrAccess);
86 if (rc != Success || pDraw->type != DRAWABLE_WINDOW) {
90 h = winGetWindowInfo((WindowPtr)(pDraw));
  /xsrc/external/mit/xorg-server.old/dist/dix/
deprecated.c 88 DrawablePtr pDraw;
90 dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
95 return pDraw;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxdrawable.h 36 DrawablePtr pDraw;
48 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server/dist/glx/
glxdrawable.h 54 DrawablePtr pDraw;
glxdriswrast.c 253 DrawablePtr pDraw,
267 pDraw, type, glxDrawId, glxConfig)) {
288 DrawablePtr pDraw = drawable->base.pDraw;
290 *x = pDraw->x;
291 *y = pDraw->y;
292 *w = pDraw->width;
293 *h = pDraw->height;
301 DrawablePtr pDraw = drawable->base.pDraw;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/glx/
glxdrawable.h 54 DrawablePtr pDraw;
glxdriswrast.c 305 DrawablePtr pDraw,
323 pDraw, type, glxDrawId, glxConfig)) {
333 private->gc = CreateGC(pDraw, GCFunction, gcvals, &status, (XID)0, serverClient);
335 private->swapgc = CreateGC(pDraw, GCFunction | GCGraphicsExposures, gcvals, &status, (XID)0, serverClient);
351 DrawablePtr pDraw = drawable->base.pDraw;
353 *x = pDraw->x;
354 *y = pDraw->x;
355 *w = pDraw->width;
356 *h = pDraw->height
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dristruct.h 56 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dristruct.h 53 DrawablePtr pDraw;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h 47 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvpriv.h 68 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2ext.c 112 DrawablePtr pDraw;
119 &pDraw, &status))
122 if (!DRI2Connect(client, pDraw->pScreen,
144 DrawablePtr pDraw;
149 &pDraw, &status))
156 .authenticated = DRI2Authenticate(client, pDraw->pScreen, stuff->magic)
164 DRI2InvalidateBuffersEvent(DrawablePtr pDraw, void *priv, XID id)
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
indirect.c 75 DrawablePtr pDraw, XID drawId, int type,
125 DrawablePtr pDraw;
259 draw->pDraw = NULL;
284 DrawablePtr pDraw;
291 pDraw = draw->base.pDraw;
293 if (NULL == pDraw) {
294 ErrorF("%s:%s() pDraw is NULL!\n", __FILE__, __func__);
299 //if (!quartzProcs->CreateSurface(pDraw->pScreen, pDraw->id, pDraw
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xvpriv.h 68 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2ext.c 104 DrawablePtr pDraw;
111 &pDraw, &status))
120 if (!DRI2Connect(pDraw->pScreen,
142 DrawablePtr pDraw;
147 &pDraw, &status))
153 rep.authenticated = DRI2Authenticate(pDraw->pScreen, stuff->magic);
160 DRI2InvalidateBuffersEvent(DrawablePtr pDraw, void *priv)
166 event.drawable = pDraw->id;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
indirect.c 76 static __GLXdrawable * __glXAquaScreenCreateDrawable(ClientPtr client, __GLXscreen *screen, DrawablePtr pDraw, XID drawId, int type, XID glxDrawId, __GLXconfig *conf);
121 DrawablePtr pDraw;
240 draw->pDraw = NULL;
261 DrawablePtr pDraw;
268 pDraw = draw->base.pDraw;
270 if(NULL == pDraw) {
271 ErrorF("%s:%s() pDraw is NULL!\n", __FILE__, __func__);
276 //if (!quartzProcs->CreateSurface(pDraw->pScreen, pDraw->id, pDraw
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwndproc.c 318 DrawablePtr pDraw = NULL;
335 pDraw = &pWin->drawable;
353 wmMsg.iX = pDraw->x;
354 wmMsg.iY = pDraw->y;
355 wmMsg.iWidth = pDraw->width;
356 wmMsg.iHeight = pDraw->height;
367 ErrorF ("pDraw %08X\n", pDraw);
747 "\tdrawable: (%hd, %hd) - %hdx%hd\n", pDraw->x,
748 pDraw->y, pDraw->width, pDraw->height)
    [all...]
winmultiwindowwindow.c 903 DrawablePtr pDraw;
929 pDraw = &pWin->drawable;
932 x = pDraw->x + GetSystemMetrics (SM_XVIRTUALSCREEN);
933 y = pDraw->y + GetSystemMetrics (SM_YVIRTUALSCREEN);
934 SetRect (&rcDraw, x, y, x + pDraw->width, y + pDraw->height);
978 vlist[0] = pDraw->x + dX - wBorderWidth(pWin);
979 vlist[1] = pDraw->y + dY - wBorderWidth(pWin);
980 vlist[2] = pDraw->width + dW;
981 vlist[3] = pDraw->height + dH
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/include/
closestr.h 102 DrawablePtr pDraw;
118 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server/dist/include/
closestr.h 106 DrawablePtr pDraw;
122 DrawablePtr pDraw;
  /xsrc/external/mit/xorg-server/dist/Xext/
xselinux_ext.c 226 DrawablePtr pDraw;
234 rc = dixLookupDrawable(&pDraw, stuff->id, client, 0, DixGetAttrAccess);
238 if (pDraw->type == DRAWABLE_PIXMAP)
239 privatePtr = &((PixmapPtr) pDraw)->devPrivates;
241 privatePtr = &((WindowPtr) pDraw)->devPrivates;
  /xsrc/external/mit/xorg-server/dist/damageext/
damageext.c 386 DrawablePtr pDraw = pDamageExt->pDrawable;
389 RegionTranslate(clip, -pDraw->x, -pDraw->y);
391 RegionTranslate(clip, pDraw->x, pDraw->y);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwindow.c 874 DrawablePtr pDraw;
899 pDraw = &pWin->drawable;
902 x = pDraw->x + GetSystemMetrics(SM_XVIRTUALSCREEN);
903 y = pDraw->y + GetSystemMetrics(SM_YVIRTUALSCREEN);
904 SetRect(&rcDraw, x, y, x + pDraw->width, y + pDraw->height);
948 vlist[0] = pDraw->x + dX - wBorderWidth(pWin);
949 vlist[1] = pDraw->y + dY - wBorderWidth(pWin);
950 vlist[2] = pDraw->width + dW;
951 vlist[3] = pDraw->height + dH
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xselinux_ext.c 226 DrawablePtr pDraw;
234 rc = dixLookupDrawable(&pDraw, stuff->id, client, 0, DixGetAttrAccess);
238 if (pDraw->type == DRAWABLE_PIXMAP)
239 privatePtr = &((PixmapPtr)pDraw)->devPrivates;
241 privatePtr = &((WindowPtr)pDraw)->devPrivates;
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrscreen.c 749 DrawablePtr pDraw;
778 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0, DixWriteAccess);
782 pScreen = pDraw->pScreen;
975 rep.root = pDraw->pScreen->root->drawable.id;

Completed in 36 milliseconds

1 2 3