Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/external/xserver/randr/
H A Drrsdispatch.c31 swaps(&stuff->length); in SProcRRQueryVersion()
32 swapl(&stuff->majorVersion); in SProcRRQueryVersion()
33 swapl(&stuff->minorVersion); in SProcRRQueryVersion()
34 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRQueryVersion()
43 swaps(&stuff->length); in SProcRRGetScreenInfo()
44 swapl(&stuff->window); in SProcRRGetScreenInfo()
45 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenInfo()
55 swaps(&stuff->rate); in SProcRRSetScreenConfig()
61 swaps(&stuff->length); in SProcRRSetScreenConfig()
62 swapl(&stuff->drawable); in SProcRRSetScreenConfig()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dswapreq.c123 swaps(&stuff->length); in SProcSimpleReq()
124 return (*ProcVector[stuff->reqType]) (client); in SProcSimpleReq()
134 swaps(&stuff->length); in SProcResourceReq()
136 swapl(&stuff->id); in SProcResourceReq()
137 return (*ProcVector[stuff->reqType]) (client); in SProcResourceReq()
144 swaps(&stuff->length); in SProcCreateWindow()
146 swapl(&stuff->wid); in SProcCreateWindow()
147 swapl(&stuff->parent); in SProcCreateWindow()
148 swaps(&stuff->x); in SProcCreateWindow()
149 swaps(&stuff->y); in SProcCreateWindow()
[all …]
H A Ddispatch.c680 LEGAL_NEW_RESOURCE(stuff->wid, client); in ProcCreateWindow()
681 rc = dixLookupWindow(&pParent, stuff->parent, client, DixAddAccess); in ProcCreateWindow()
685 if (Ones(stuff->mask) != len) in ProcCreateWindow()
687 if (!stuff->width || !stuff->height) { in ProcCreateWindow()
691 pWin = CreateWindow(stuff->wid, pParent, stuff->x, in ProcCreateWindow()
692 stuff->y, stuff->width, stuff->height, in ProcCreateWindow()
693 stuff->borderWidth, stuff->class, in ProcCreateWindow()
694 stuff->mask, (XID *) &stuff[1], in ProcCreateWindow()
695 (int) stuff->depth, client, stuff->visual, &rc); in ProcCreateWindow()
700 if (!AddResource(stuff->wid, RT_WINDOW, (void *) pWin)) in ProcCreateWindow()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbSwap.c49 swaps(&stuff->length); in SProcXkbUseExtension()
51 swaps(&stuff->wantedMajor); in SProcXkbUseExtension()
52 swaps(&stuff->wantedMinor); in SProcXkbUseExtension()
61 swaps(&stuff->length); in SProcXkbSelectEvents()
63 swaps(&stuff->deviceSpec); in SProcXkbSelectEvents()
64 swaps(&stuff->affectWhich); in SProcXkbSelectEvents()
65 swaps(&stuff->clear); in SProcXkbSelectEvents()
66 swaps(&stuff->selectAll); in SProcXkbSelectEvents()
67 swaps(&stuff->affectMap); in SProcXkbSelectEvents()
68 swaps(&stuff->map); in SProcXkbSelectEvents()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dvidmode.c248 if (stuff->screen >= screenInfo.numScreens) in ProcVidModeGetModeLine()
250 pScreen = screenInfo.screens[stuff->screen]; in ProcVidModeGetModeLine()
271 stuff->screen, (unsigned long) rep.dotclock); in ProcVidModeGetModeLine()
341 if (stuff->screen >= screenInfo.numScreens) in ProcVidModeGetAllModeLines()
343 pScreen = screenInfo.screens[stuff->screen]; in ProcVidModeGetAllModeLines()
429 #define MODEMATCH(mode,stuff) \ argument
430 (VidModeGetModeValue(mode, VIDMODE_H_DISPLAY) == stuff->hdisplay \
431 && VidModeGetModeValue(mode, VIDMODE_H_SYNCSTART) == stuff->hsyncstart \
432 && VidModeGetModeValue(mode, VIDMODE_H_SYNCEND) == stuff->hsyncend \
433 && VidModeGetModeValue(mode, VIDMODE_H_TOTAL) == stuff->htotal \
[all …]
H A Dshm.c384 LEGAL_NEW_RESOURCE(stuff->shmseg, client); in ProcShmAttach()
385 if ((stuff->readOnly != xTrue) && (stuff->readOnly != xFalse)) { in ProcShmAttach()
386 client->errorValue = stuff->readOnly; in ProcShmAttach()
390 if (!SHMDESC_IS_FD(shmdesc) && shmdesc->shmid == stuff->shmid) in ProcShmAttach()
394 if (!stuff->readOnly && !shmdesc->writable) in ProcShmAttach()
405 shmdesc->addr = shmat(stuff->shmid, 0, in ProcShmAttach()
406 stuff->readOnly ? SHM_RDONLY : 0); in ProcShmAttach()
407 if ((shmdesc->addr == ((char *) -1)) || SHMSTAT(stuff->shmid, &buf)) { in ProcShmAttach()
416 if (shm_access(client, &(SHM_PERM(buf)), stuff->readOnly) == -1) { in ProcShmAttach()
422 shmdesc->shmid = stuff->shmid; in ProcShmAttach()
[all …]
H A Dxvdisp.c336 rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess); in ProcXvQueryAdaptors()
424 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvQueryEncodings()
474 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutVideo()
475 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvPutVideo()
479 client->errorValue = stuff->port; in ProcXvPutVideo()
488 return XvdiPutVideo(client, pDraw, pPort, pGC, stuff->vid_x, stuff->vid_y, in ProcXvPutVideo()
489 stuff->vid_w, stuff->vid_h, stuff->drw_x, stuff->drw_y, in ProcXvPutVideo()
490 stuff->drw_w, stuff->drw_h); in ProcXvPutVideo()
504 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutStill()
505 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvPutStill()
[all …]
H A DpanoramiXprocs.c72 if (Ones(stuff->mask) != len) in PanoramiXCreateWindow()
75 result = dixLookupResourceByType((void **) &parent, stuff->parent, in PanoramiXCreateWindow()
80 if (stuff->class == CopyFromParent) in PanoramiXCreateWindow()
81 stuff->class = parent->u.win.class; in PanoramiXCreateWindow()
83 if ((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK))) in PanoramiXCreateWindow()
86 if ((Mask) stuff->mask & CWBackPixmap) { in PanoramiXCreateWindow()
87 pback_offset = Ones((Mask) stuff->mask & (CWBackPixmap - 1)); in PanoramiXCreateWindow()
88 tmp = *((CARD32 *) &stuff[1] + pback_offset); in PanoramiXCreateWindow()
96 if ((Mask) stuff->mask & CWBorderPixmap) { in PanoramiXCreateWindow()
97 pbord_offset = Ones((Mask) stuff->mask & (CWBorderPixmap - 1)); in PanoramiXCreateWindow()
[all …]
H A Dshape.c246 rc = dixLookupWindow(&pWin, stuff->dest, client, DixSetAttrAccess); in ProcShapeRectangles()
249 switch (stuff->destKind) { in ProcShapeRectangles()
260 client->errorValue = stuff->destKind; in ProcShapeRectangles()
263 if ((stuff->ordering != Unsorted) && (stuff->ordering != YSorted) && in ProcShapeRectangles()
264 (stuff->ordering != YXSorted) && (stuff->ordering != YXBanded)) { in ProcShapeRectangles()
265 client->errorValue = stuff->ordering; in ProcShapeRectangles()
268 nrects = ((stuff->length << 2) - sizeof(xShapeRectanglesReq)); in ProcShapeRectangles()
272 prects = (xRectangle *) &stuff[1]; in ProcShapeRectangles()
273 ctype = VerifyRectOrder(nrects, prects, (int) stuff->ordering); in ProcShapeRectangles()
280 switch (stuff->destKind) { in ProcShapeRectangles()
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxipassivegrab.c58 swaps(&stuff->length); in SProcXIPassiveGrabDevice()
59 swaps(&stuff->deviceid); in SProcXIPassiveGrabDevice()
60 swapl(&stuff->grab_window); in SProcXIPassiveGrabDevice()
61 swapl(&stuff->cursor); in SProcXIPassiveGrabDevice()
62 swapl(&stuff->time); in SProcXIPassiveGrabDevice()
63 swapl(&stuff->detail); in SProcXIPassiveGrabDevice()
64 swaps(&stuff->mask_len); in SProcXIPassiveGrabDevice()
65 swaps(&stuff->num_modifiers); in SProcXIPassiveGrabDevice()
68 ((uint32_t) stuff->mask_len + stuff->num_modifiers) *4); in SProcXIPassiveGrabDevice()
69 mods = (uint32_t *) &stuff[1] + stuff->mask_len; in SProcXIPassiveGrabDevice()
[all …]
H A Dsendexev.c86 swaps(&stuff->length); in SProcXSendExtensionEvent()
88 swapl(&stuff->destination); in SProcXSendExtensionEvent()
89 swaps(&stuff->count); in SProcXSendExtensionEvent()
91 if (stuff->length != in SProcXSendExtensionEvent()
92 bytes_to_int32(sizeof(xSendExtensionEventReq)) + stuff->count + in SProcXSendExtensionEvent()
93 bytes_to_int32(stuff->num_events * sizeof(xEvent))) in SProcXSendExtensionEvent()
96 eventP = (xEvent *) &stuff[1]; in SProcXSendExtensionEvent()
97 for (i = 0; i < stuff->num_events; i++, eventP++) { in SProcXSendExtensionEvent()
113 p = (CARD32 *) (((xEvent *) &stuff[1]) + stuff->num_events); in SProcXSendExtensionEvent()
114 SwapLongs(p, stuff->count); in SProcXSendExtensionEvent()
[all …]
H A Dxigrabdev.c56 swaps(&stuff->length); in SProcXIGrabDevice()
57 swaps(&stuff->deviceid); in SProcXIGrabDevice()
58 swapl(&stuff->grab_window); in SProcXIGrabDevice()
59 swapl(&stuff->cursor); in SProcXIGrabDevice()
60 swapl(&stuff->time); in SProcXIGrabDevice()
61 swaps(&stuff->mask_len); in SProcXIGrabDevice()
79 REQUEST_FIXED_SIZE(xXIGrabDeviceReq, ((size_t) stuff->mask_len) * 4); in ProcXIGrabDevice()
81 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIGrabDevice()
86 stuff->paired_device_mode = GrabModeAsync; in ProcXIGrabDevice()
89 keyboard_mode = stuff->grab_mode; in ProcXIGrabDevice()
[all …]
H A Dgrabdevk.c78 swaps(&stuff->length); in SProcXGrabDeviceKey()
80 swapl(&stuff->grabWindow); in SProcXGrabDeviceKey()
81 swaps(&stuff->modifiers); in SProcXGrabDeviceKey()
82 swaps(&stuff->event_count); in SProcXGrabDeviceKey()
83 REQUEST_FIXED_SIZE(xGrabDeviceKeyReq, stuff->event_count * sizeof(CARD32)); in SProcXGrabDeviceKey()
84 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); in SProcXGrabDeviceKey()
108 if (stuff->length != in ProcXGrabDeviceKey()
109 bytes_to_int32(sizeof(xGrabDeviceKeyReq)) + stuff->event_count) in ProcXGrabDeviceKey()
112 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceKey()
116 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceKey()
[all …]
H A Dgrabdevb.c78 swaps(&stuff->length); in SProcXGrabDeviceButton()
80 swapl(&stuff->grabWindow); in SProcXGrabDeviceButton()
81 swaps(&stuff->modifiers); in SProcXGrabDeviceButton()
82 swaps(&stuff->event_count); in SProcXGrabDeviceButton()
84 stuff->event_count * sizeof(CARD32)); in SProcXGrabDeviceButton()
85 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); in SProcXGrabDeviceButton()
110 if (stuff->length != in ProcXGrabDeviceButton()
111 bytes_to_int32(sizeof(xGrabDeviceButtonReq)) + stuff->event_count) in ProcXGrabDeviceButton()
114 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceButton()
118 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceButton()
[all …]
H A Dxiwarppointer.c61 swaps(&stuff->length); in SProcXIWarpPointer()
62 swapl(&stuff->src_win); in SProcXIWarpPointer()
63 swapl(&stuff->dst_win); in SProcXIWarpPointer()
64 swapl(&stuff->src_x); in SProcXIWarpPointer()
65 swapl(&stuff->src_y); in SProcXIWarpPointer()
66 swaps(&stuff->src_width); in SProcXIWarpPointer()
67 swaps(&stuff->src_height); in SProcXIWarpPointer()
68 swapl(&stuff->dst_x); in SProcXIWarpPointer()
69 swapl(&stuff->dst_y); in SProcXIWarpPointer()
70 swaps(&stuff->deviceid); in SProcXIWarpPointer()
[all …]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c51 if (rep.majorVersion > stuff->majorVersion || in proc_present_query_version()
52 rep.minorVersion > stuff->minorVersion) { in proc_present_query_version()
53 rep.majorVersion = stuff->majorVersion; in proc_present_query_version()
54 rep.minorVersion = stuff->minorVersion; in proc_present_query_version()
101 ret = dixLookupWindow(&window, stuff->window, client, DixWriteAccess); in proc_present_pixmap()
104 … ret = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, client, DixReadAccess); in proc_present_pixmap()
111 VERIFY_REGION_OR_NONE(valid, stuff->valid, client, DixReadAccess); in proc_present_pixmap()
112 VERIFY_REGION_OR_NONE(update, stuff->update, client, DixReadAccess); in proc_present_pixmap()
114 VERIFY_CRTC_OR_NONE(target_crtc, stuff->target_crtc, client, DixReadAccess); in proc_present_pixmap()
116 VERIFY_FENCE_OR_NONE(wait_fence, stuff->wait_fence, client, DixReadAccess); in proc_present_pixmap()
[all …]
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c78 LEGAL_NEW_RESOURCE(stuff->region, client); in ProcXFixesCreateRegion()
85 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED); in ProcXFixesCreateRegion()
88 if (!AddResource(stuff->region, RegionResType, (void *) pRegion)) in ProcXFixesCreateRegion()
99 swaps(&stuff->length); in SProcXFixesCreateRegion()
101 swapl(&stuff->region); in SProcXFixesCreateRegion()
102 SwapRestS(stuff); in SProcXFixesCreateRegion()
103 return (*ProcXFixesVector[stuff->xfixesReqType]) (client); in SProcXFixesCreateRegion()
116 LEGAL_NEW_RESOURCE(stuff->region, client); in ProcXFixesCreateRegionFromBitmap()
118 rc = dixLookupResourceByType((void **) &pPixmap, stuff->bitmap, RT_PIXMAP, in ProcXFixesCreateRegionFromBitmap()
121 client->errorValue = stuff->bitmap; in ProcXFixesCreateRegionFromBitmap()
[all …]
H A Dsaveset.c39 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); in ProcXFixesChangeSaveSet()
44 if ((stuff->mode != SetModeInsert) && (stuff->mode != SetModeDelete)) { in ProcXFixesChangeSaveSet()
45 client->errorValue = stuff->mode; in ProcXFixesChangeSaveSet()
48 if ((stuff->target != SaveSetNearest) && (stuff->target != SaveSetRoot)) { in ProcXFixesChangeSaveSet()
49 client->errorValue = stuff->target; in ProcXFixesChangeSaveSet()
52 if ((stuff->map != SaveSetMap) && (stuff->map != SaveSetUnmap)) { in ProcXFixesChangeSaveSet()
53 client->errorValue = stuff->map; in ProcXFixesChangeSaveSet()
56 toRoot = (stuff->target == SaveSetRoot); in ProcXFixesChangeSaveSet()
57 map = (stuff->map == SaveSetMap); in ProcXFixesChangeSaveSet()
58 return AlterSaveSetForClient(client, pWin, stuff->mode, toRoot, map); in ProcXFixesChangeSaveSet()
[all …]
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_request.c84 if (rep.majorVersion > stuff->majorVersion || in proc_dri3_query_version()
85 (rep.majorVersion == stuff->majorVersion && in proc_dri3_query_version()
86 rep.minorVersion > stuff->minorVersion)) { in proc_dri3_query_version()
87 rep.majorVersion = stuff->majorVersion; in proc_dri3_query_version()
88 rep.minorVersion = stuff->minorVersion; in proc_dri3_query_version()
138 status = dixLookupDrawable(&drawable, stuff->drawable, client, 0, DixGetAttrAccess); in proc_dri3_open()
142 if (stuff->provider == None) in proc_dri3_open()
147 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in proc_dri3_open()
175 LEGAL_NEW_RESOURCE(stuff->pixmap, client); in proc_dri3_pixmap_from_buffer()
176 rc = dixLookupDrawable(&drawable, stuff->drawable, client, M_ANY, DixGetAttrAccess); in proc_dri3_pixmap_from_buffer()
[all …]
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c268 pRenderClient->major_version = stuff->majorVersion; in ProcRenderQueryVersion()
269 pRenderClient->minor_version = stuff->minorVersion; in ProcRenderQueryVersion()
271 if ((stuff->majorVersion * 1000 + stuff->minorVersion) < in ProcRenderQueryVersion()
273 rep.majorVersion = stuff->majorVersion; in ProcRenderQueryVersion()
274 rep.minorVersion = stuff->minorVersion; in ProcRenderQueryVersion()
510 rc = dixLookupResourceByType((void **) &pFormat, stuff->format, in ProcRenderQueryPictIndexValues()
516 client->errorValue = stuff->format; in ProcRenderQueryPictIndexValues()
571 LEGAL_NEW_RESOURCE(stuff->pid, client); in ProcRenderCreatePicture()
572 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0, in ProcRenderCreatePicture()
577 rc = dixLookupResourceByType((void **) &pFormat, stuff->format, in ProcRenderCreatePicture()
[all …]
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c109 if (stuff->majorVersion < SERVER_COMPOSITE_MAJOR_VERSION) { in ProcCompositeQueryVersion()
110 rep.majorVersion = stuff->majorVersion; in ProcCompositeQueryVersion()
111 rep.minorVersion = stuff->minorVersion; in ProcCompositeQueryVersion()
148 VERIFY_WINDOW(pWin, stuff->window, client, in ProcCompositeRedirectWindow()
151 return compRedirectWindow(client, pWin, stuff->update); in ProcCompositeRedirectWindow()
162 VERIFY_WINDOW(pWin, stuff->window, client, in ProcCompositeRedirectSubwindows()
165 return compRedirectSubwindows(client, pWin, stuff->update); in ProcCompositeRedirectSubwindows()
176 VERIFY_WINDOW(pWin, stuff->window, client, in ProcCompositeUnredirectWindow()
179 return compUnredirectWindow(client, pWin, stuff->update); in ProcCompositeUnredirectWindow()
190 VERIFY_WINDOW(pWin, stuff->window, client, in ProcCompositeUnredirectSubwindows()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c235 if (stuff->mask != 0) { in ProcAppleWMSelectInput()
240 pEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
281 else if (stuff->mask == 0) { in ProcAppleWMSelectInput()
302 client->errorValue = stuff->mask; in ProcAppleWMSelectInput()
377 nitems = stuff->nitems; in ProcAppleWMSetWindowMenu()
388 max_len = (stuff->length << 2) - sizeof(xAppleWMSetWindowMenuReq); in ProcAppleWMSetWindowMenu()
389 bytes = (char *)&stuff[1]; in ProcAppleWMSetWindowMenu()
423 X11ApplicationSetWindowMenuCheck(stuff->index); in ProcAppleWMSetWindowMenuCheck()
445 if (Success != dixLookupWindow(&pWin, stuff->window, client, in ProcAppleWMSetWindowLevel()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dvnd_dispatch_stubs.c16 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_Render()
17 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_Render()
33 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_RenderLarge()
34 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_RenderLarge()
50 REQUEST_SIZE_MATCH(*stuff); in dispatch_CreateContext()
51 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateContext()
52 context = GlxCheckSwap(client, stuff->context); in dispatch_CreateContext()
77 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyContext()
78 context = GlxCheckSwap(client, stuff->context); in dispatch_DestroyContext()
97 REQUEST_SIZE_MATCH(*stuff); in dispatch_WaitGL()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c152 if (stuff->mask != 0) { in ProcWindowsWMSelectInput()
157 pEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
199 else if (stuff->mask == 0) { in ProcWindowsWMSelectInput()
220 client->errorValue = stuff->mask; in ProcWindowsWMSelectInput()
324 if (stuff->frame_rect != 0) { in ProcWindowsWMFrameGetRect()
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
331 stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect()
335 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Dxf86dri.c111 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIQueryDirectRenderingCapable()
112 client->errorValue = stuff->screen; in ProcXF86DRIQueryDirectRenderingCapable()
116 if (!DRIQueryDirectRenderingCapable(screenInfo.screens[stuff->screen], in ProcXF86DRIQueryDirectRenderingCapable()
152 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIOpenConnection()
153 client->errorValue = stuff->screen; in ProcXF86DRIOpenConnection()
157 if (!DRIOpenConnection(screenInfo.screens[stuff->screen], in ProcXF86DRIOpenConnection()
199 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIAuthConnection()
200 client->errorValue = stuff->screen; in ProcXF86DRIAuthConnection()
204 if (!DRIAuthConnection(screenInfo.screens[stuff->screen], stuff->magic)) { in ProcXF86DRIAuthConnection()
205 ErrorF("Failed to authenticate %lu\n", (unsigned long) stuff->magic); in ProcXF86DRIAuthConnection()
[all …]

12345678910>>...17