| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 91 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow() 101 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow() 112 DixReadAccess); in PanoramiXCreateWindow() 195 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes() 205 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes() 216 DixReadAccess); in PanoramiXChangeWindowAttributes() 303 XRT_WINDOW, client, DixReadAccess); in PanoramiXChangeSaveSet() 369 XRT_WINDOW, client, DixReadAccess); in PanoramiXMapWindow() 394 XRT_WINDOW, client, DixReadAccess); in PanoramiXMapSubwindows() 419 XRT_WINDOW, client, DixReadAccess); in PanoramiXUnmapWindow() [all …]
|
| H A D | xvdisp.c | 424 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvQueryEncodings() 475 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvPutVideo() 505 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvPutStill() 534 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixReadAccess); in ProcXvGetVideo() 535 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvGetVideo() 564 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixReadAccess); in ProcXvGetStill() 565 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvGetStill() 608 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvSelectPortNotify() 623 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvGrabPort() 650 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvUngrabPort() [all …]
|
| H A D | shape.c | 365 RT_PIXMAP, client, DixReadAccess); in ProcShapeMask() 414 XRT_PIXMAP, client, DixReadAccess); in ProcPanoramiXShapeMask() 541 client, DixReadAccess); in ProcPanoramiXShapeCombine() 699 ShapeEventType, serverClient, DixReadAccess); in ShapeFreeClient() 835 ShapeEventType, serverClient, DixReadAccess); in SendShapeNotify() 915 ShapeEventType, client, DixReadAccess); in ProcShapeInputSelected()
|
| H A D | xvmc.c | 143 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvMCListSurfaceTypes() 201 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvMCCreateContext() 520 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvMCListSubpictureTypes() 617 VALIDATE_XV_PORT(stuff->port, pPort, DixReadAccess); in ProcXvMCGetDRInfo()
|
| H A D | xselinuxint.h | 558 #define SELinuxReadMask (DixReadAccess|DixGetAttrAccess|DixListPropAccess| \
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_request.c | 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() 167 rc = dixLookupWindow(&window, stuff->window, client, DixReadAccess); in proc_present_notify_msc()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2ext.c | 278 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2GetBuffers() 309 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2GetBuffersWithFormat() 338 VERIFY_REGION(pRegion, stuff->region, client, DixReadAccess); in ProcDRI2CopyRegion() 410 DixReadAccess | DixWriteAccess, &pDrawable, &status)) in ProcDRI2SwapBuffers() 462 if (!validDrawable(client, stuff->drawable, DixReadAccess, &pDrawable, in ProcDRI2GetMSC() 489 if (!validDrawable(client, stuff->drawable, DixReadAccess, &pDrawable, in ProcDRI2WaitMSC() 531 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2SwapInterval() 550 if (!validDrawable(client, stuff->drawable, DixReadAccess, &pDrawable, in ProcDRI2WaitSBC() 575 if (!validDrawable(client, stuff->drawable, DixReadAccess, in ProcDRI2GetParam()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 119 client, DixReadAccess); in ProcXFixesCreateRegionFromBitmap() 364 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesCopyRegion() 393 VERIFY_REGION(pSource1, stuff->source1, client, DixReadAccess); in ProcXFixesCombineRegion() 394 VERIFY_REGION(pSource2, stuff->source2, client, DixReadAccess); in ProcXFixesCombineRegion() 437 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesInvertRegion() 510 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesRegionExtents() 543 VERIFY_REGION(pRegion, stuff->region, client, DixReadAccess); in ProcXFixesFetchRegion() 609 VERIFY_REGION_OR_NONE(pRegion, stuff->region, client, DixReadAccess); in ProcXFixesSetGCClipRegion() 740 VERIFY_REGION_OR_NONE(pRegion, stuff->region, client, DixReadAccess); in ProcXFixesSetPictureClipRegion() 775 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesExpandRegion() [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrprovider.c | 152 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRGetProviderInfo() 326 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRSetProviderOutputSource() 332 VERIFY_RR_PROVIDER(stuff->source_provider, source_provider, DixReadAccess); in ProcRRSetProviderOutputSource() 366 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRSetProviderOffloadSink() 373 VERIFY_RR_PROVIDER(stuff->sink_provider, sink_provider, DixReadAccess); in ProcRRSetProviderOffloadSink() 465 RRProviderType, NullClient, DixReadAccess); in RRProviderLookup()
|
| H A D | rrproviderproperty.c | 34 RREventType, serverClient, DixReadAccess); in DeliverPropertyEvent() 398 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRListProviderProperties() 441 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRQueryProviderProperty() 484 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRConfigureProviderProperty() 524 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRChangeProviderProperty() 554 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); in ProcRRDeleteProviderProperty() 594 stuff->delete ? DixWriteAccess : DixReadAccess); in ProcRRGetProviderProperty()
|
| H A D | rrproperty.c | 35 RREventType, serverClient, DixReadAccess); in DeliverPropertyEvent() 423 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRListOutputProperties() 468 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRQueryOutputProperty() 513 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRConfigureOutputProperty() 556 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRChangeOutputProperty() 586 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRDeleteOutputProperty() 626 stuff->delete ? DixWriteAccess : DixReadAccess); in ProcRRGetOutputProperty()
|
| H A D | rrmode.c | 357 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRAddOutputMode() 374 VERIFY_RR_OUTPUT(stuff->output, output, DixReadAccess); in ProcRRDeleteOutputMode()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 136 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess); in AppleWMDoReorderWindow() 187 DixReadAccess | in WMFreeClient() 322 DixReadAccess); in AppleWMSendEvent() 446 DixReadAccess)) in ProcAppleWMSetWindowLevel() 493 dixLookupWindow(&pWinChild, stuff->child, client, DixReadAccess)) in ProcAppleWMAttachTransient() 498 dixLookupWindow(&pWinParent, stuff->parent, client, DixReadAccess)) in ProcAppleWMAttachTransient() 595 DixReadAccess)) in ProcAppleWMFrameDraw()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | appledri.c | 213 DixReadAccess); in ProcAppleDRICreateSurface() 252 DixReadAccess); in ProcAppleDRIDestroySurface() 279 DixReadAccess); in ProcAppleDRICreatePixmap() 336 DixReadAccess); in ProcAppleDRIDestroyPixmap()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 511 PictFormatType, client, DixReadAccess); in ProcRenderQueryPictIndexValues() 573 DixReadAccess | DixAddAccess); in ProcRenderCreatePicture() 578 PictFormatType, client, DixReadAccess); in ProcRenderCreatePicture() 682 VERIFY_PICTURE(pSrc, stuff->src, client, DixReadAccess); in ProcRenderComposite() 683 VERIFY_ALPHA(pMask, stuff->mask, client, DixReadAccess); in ProcRenderComposite() 727 VERIFY_PICTURE(pSrc, stuff->src, client, DixReadAccess); in ProcRenderTrapezoids() 735 PictFormatType, client, DixReadAccess); in ProcRenderTrapezoids() 766 VERIFY_PICTURE(pSrc, stuff->src, client, DixReadAccess); in ProcRenderTriangles() 774 PictFormatType, client, DixReadAccess); in ProcRenderTriangles() 805 VERIFY_PICTURE(pSrc, stuff->src, client, DixReadAccess); in ProcRenderTriStrip() [all …]
|
| /OK3568_Linux_fs/external/xserver/damageext/ |
| H A D | damageext.c | 267 DixGetAttrAccess | DixReadAccess); in doDamageCreate() 334 serverClient, DixReadAccess); in DamageExtSubtractWindowClip() 345 DixReadAccess)) in DamageExtSubtractWindowClip() 646 client, DixGetAttrAccess | DixReadAccess); in PanoramiXDamageCreate() 672 DixGetAttrAccess | DixReadAccess); in PanoramiXDamageCreate()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixaccess.h | 24 #define DixReadAccess (1<<0) /* inspecting the object */ macro
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx.c | 272 client, DixReadAccess)) in ProcDMXForceWindowCreation() 277 DixReadAccess)) in ProcDMXForceWindowCreation() 286 if (Success != dixLookupWindow(&pWin, stuff->window, client, DixReadAccess)) in ProcDMXForceWindowCreation() 560 client, DixReadAccess)) in dmxPopulatePanoramiX() 565 DixReadAccess)) in dmxPopulatePanoramiX() 591 if (Success != dixLookupWindow(&pWin, window, client, DixReadAccess)) in dmxPopulate()
|
| H A D | dmxpict.c | 382 client, DixReadAccess); in dmxProcRenderAddGlyphs() 501 stuff->src, PictureType, client, DixReadAccess); in dmxProcRenderCompositeGlyphs() 528 client, DixReadAccess); in dmxProcRenderCompositeGlyphs() 589 client, DixReadAccess); in dmxProcRenderCompositeGlyphs() 599 GlyphSetType, client, DixReadAccess); in dmxProcRenderCompositeGlyphs()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri/ |
| H A D | xf86dri.c | 327 DixReadAccess); in ProcXF86DRICreateDrawable() 355 DixReadAccess); in ProcXF86DRIDestroyDrawable() 389 DixReadAccess); in ProcXF86DRIGetDrawableInfo()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | dri_helpers.c | 44 DixReadAccess, (__GLXdrawable **)&pDrawable, &err)) { in glxWinQueryDrawable()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xibarriers.c | 562 err = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess); in CreatePointerBarrierClient() 585 client, DixReadAccess))) { in CreatePointerBarrierClient() 886 err = dixLookupDevice(&dev, info->deviceid, client, DixReadAccess); in ProcXIBarrierReleasePointer() 893 PointerBarrierType, client, DixReadAccess); in ProcXIBarrierReleasePointer()
|
| H A D | ungrdevb.c | 113 DixReadAccess); in ProcXUngrabDeviceButton()
|
| H A D | xiallowev.c | 126 rc = dixLookupWindow(&win, stuff->grab_window, client, DixReadAccess); in ProcXIAllowEvents()
|
| H A D | ungrdevk.c | 115 DixReadAccess); in ProcXUngrabDeviceKey()
|