Searched refs:dixLookupDrawable (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Ddri_helpers.c85 int rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixGetAttrAccess);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddeprecated.c84 /* replaced by dixLookupDrawable */
90 dixLookupDrawable(&pDraw, id, client, M_DRAWABLE, access_mode);
94 "to use dixLookupDrawable().\n");
98 /* replaced by dixLookupDrawable */
H A Ddixutils.c189 * dixLookupWindow and dixLookupDrawable:
198 dixLookupDrawable(DrawablePtr *pDraw, XID id, ClientPtr client, function in typeref:typename:int
226 rc = dixLookupDrawable((DrawablePtr*)pWin, id, client, M_WINDOW, access);
H A Ddispatch.c907 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.old/dist/hw/xquartz/xpr/
H A Dappledri.c218 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/xquartz/xpr/
H A Dappledri.c212 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/dist/hw/xfree86/dri/
H A Dxf86dri.c326 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/
H A Ddri3_request.c134 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/
H A Ddix.h96 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.old/dist/hw/xfree86/dri/
H A Dxf86dri.c347 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/damageext/
H A Ddamageext.c266 *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/dist/include/
H A Ddix.h106 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/
H A Dshm.c646 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,
H A Dsaver.c700 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,
H A DpanoramiXprocs.c540 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.old/dist/damageext/
H A Ddamageext.c175 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
287 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0,
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c185 * dixLookupWindow and dixLookupDrawable:
194 dixLookupDrawable(DrawablePtr *pDraw, XID id, ClientPtr client, function in typeref:typename:int
224 rc = dixLookupDrawable((DrawablePtr *) pWin, id, client, M_WINDOW, access);
225 /* dixLookupDrawable returns BadMatch iff id is a valid Drawable
H A Ddispatch.c1017 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/dist/Xext/
H A Dsaver.c644 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
713 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
755 ret = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
1079 rc = dixLookupDrawable(&pDraw, stuff->drawable, client, 0,
H A Dshm.c634 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,
H A DpanoramiXprocs.c565 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/
H A Dglxcmds.c424 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(
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c902 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/
H A Dephyrdriext.c968 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/
H A Dnouveau_dri2.c381 status = dixLookupDrawable(&draw, flip->draw, serverClient,
558 ret = dixLookupDrawable(&draw, s->draw, serverClient,

Completed in 47 milliseconds

12