HomeSort by: relevance | last modified time | path
    Searched refs:dixLookupDrawable (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
dri_helpers.c 85 int rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixGetAttrAccess);
  /xsrc/external/mit/xorg-server.old/dist/dix/
deprecated.c 84 /* replaced by dixLookupDrawable */
90 dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
94 "to use dixLookupDrawable().\n");
98 /* replaced by dixLookupDrawable */
dixutils.c 189 * dixLookupWindow and dixLookupDrawable:
198 dixLookupDrawable(DrawablePtr *pDraw, XID id, ClientPtr client,
226 rc = dixLookupDrawable((DrawablePtr*)pWin, id, client, M_WINDOW, access);
dispatch.c 907 rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixGetAttrAccess);
1368 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
1459 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1630 rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
1671 rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
2016 rc = dixLookupDrawable(&pDraw, drawable, client, 0, DixReadAccess);
3051 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
appledri.c 212 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
251 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
279 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
337 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
appledri.c 218 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
260 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
287 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
345 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
xf86dri.c 326 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
354 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
388 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_request.c 134 status = dixLookupDrawable(&drawable, stuff->drawable, client, 0, DixGetAttrAccess);
172 rc = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
291 status = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
322 status = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess);
  /xsrc/external/mit/xorg-server.old/dist/include/
dix.h 96 int rc = dixLookupDrawable(&(pDraw), drawID, client, M_ANY, mode);\
194 extern _X_EXPORT int dixLookupDrawable(
600 /* replaced by dixLookupDrawable */
606 /* replaced by dixLookupDrawable */
  /xsrc/external/mit/xorg-server/dist/damageext/
damageext.c 266 *rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
446 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
674 rc = dixLookupDrawable(&pDrawable, draw->info[i].id, client,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
xf86dri.c 347 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
376 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
412 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xorg-server/dist/include/
dix.h 106 int tmprc = dixLookupDrawable(&(pDraw), drawID, client, M_ANY, mode); \
210 extern _X_EXPORT int dixLookupDrawable(DrawablePtr *result,
  /xsrc/external/mit/xorg-server.old/dist/Xext/
shm.c 646 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
811 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
852 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0,
930 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
1052 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
saver.c 700 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
772 rc = dixLookupDrawable (&pDraw, stuff->drawable, client, 0,
814 ret = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1176 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
panoramiXprocs.c 540 rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixGetAttrAccess);
1052 rc = dixLookupDrawable(drawables+j, src->info[j].id, client, 0,
1107 rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
1211 rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
1812 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1850 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0,
  /xsrc/external/mit/xorg-server/dist/dix/
dixutils.c 185 * dixLookupWindow and dixLookupDrawable:
194 dixLookupDrawable(DrawablePtr *pDraw, XID id, ClientPtr client,
224 rc = dixLookupDrawable((DrawablePtr *) pWin, id, client, M_WINDOW, access);
225 /* dixLookupDrawable returns BadMatch iff id is a valid Drawable
dispatch.c 1017 rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixGetAttrAccess);
1475 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
1561 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1778 rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
1816 rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
2159 rc = dixLookupDrawable(&pDraw, drawable, client, 0, DixReadAccess);
3141 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
  /xsrc/external/mit/xorg-server.old/dist/damageext/
damageext.c 175 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
287 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xorg-server/dist/Xext/
saver.c 649 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
718 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
760 ret = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1084 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
shm.c 634 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0, DixReadAccess);
807 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0, DixReadAccess);
862 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0,
938 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
1071 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, M_ANY,
panoramiXprocs.c 565 rc = dixLookupDrawable(&pDraw, stuff->id, client, M_ANY, DixGetAttrAccess);
1104 rc = dixLookupDrawable(drawables + j, src->info[j].id, client, 0,
1214 rc = dixLookupDrawable(&pSrc, stuff->srcDrawable, client, 0,
1325 rc = dixLookupDrawable(&psrcDraw, stuff->srcDrawable, client, 0,
1972 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0, DixReadAccess);
2009 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0,
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxcmds.c 424 rc = dixLookupDrawable(&pDraw, req->drawable, client, 0, DixGetAttrAccess);
454 rc = dixLookupDrawable(&pDraw, req->drawable, client, 0, DixManageAccess);
473 rc = dixLookupDrawable(&pMember, req->member, client, 0,
777 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
889 rc = dixLookupDrawable(&pReadDraw, readId, client, 0, DixReadAccess);
1652 rc = dixLookupDrawable(&pDraw, pixmapId, client, M_DRAWABLE_PIXMAP,
1788 dixLookupDrawable(&pRealDraw, pXinDraw->info[s].id, client, 0,
1961 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
2117 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
2912 rc = dixLookupDrawable(&pDraw, windowId, client, M_DRAWABLE_WINDOW
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_dri.c 902 status = dixLookupDrawable(&drawable, swap_info->drawable_id, serverClient,
951 dixLookupDrawable(&drawable, flip_info->drawable_id, serverClient,
995 dixLookupDrawable(&chain_drawable,
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyrdriext.c 968 rc = dixLookupDrawable (&drawable, stuff->drawable, client, 0,
1027 rc = dixLookupDrawable(&drawable,
1079 rc = dixLookupDrawable(&drawable, stuff->drawable, client, 0,
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 381 status = dixLookupDrawable(&draw, flip->draw, serverClient,
558 ret = dixLookupDrawable(&draw, s->draw, serverClient,

Completed in 40 milliseconds

1 2