Home
last modified time | relevance | path

Searched refs:DixWriteAccess (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c76 XRT_WINDOW, client, DixWriteAccess); in PanoramiXCreateWindow()
182 XRT_WINDOW, client, DixWriteAccess); in PanoramiXChangeWindowAttributes()
330 XRT_WINDOW, client, DixWriteAccess); in PanoramiXReparentWindow()
335 XRT_WINDOW, client, DixWriteAccess); in PanoramiXReparentWindow()
478 RT_WINDOW, client, DixWriteAccess); in PanoramiXConfigureWindow()
483 XRT_WINDOW, client, DixWriteAccess); in PanoramiXConfigureWindow()
541 XRT_WINDOW, client, DixWriteAccess); in PanoramiXCirculateWindow()
914 client, DixWriteAccess); in PanoramiXCopyGC()
940 client, DixWriteAccess); in PanoramiXSetDashes()
965 client, DixWriteAccess); in PanoramiXSetClipRectangles()
[all …]
H A Dxvdisp.c474 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutVideo()
504 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutStill()
667 ret = dixLookupDrawable(&pDraw, stuff->drawable, client, 0, DixWriteAccess); in ProcXvStopVideo()
828 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutImage()
888 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvShmPutImage()
1447 XRC_DRAWABLE, client, DixWriteAccess); in XineramaXvStopVideo()
1505 XRC_DRAWABLE, client, DixWriteAccess); in XineramaXvShmPutImage()
1557 XRC_DRAWABLE, client, DixWriteAccess); in XineramaXvPutImage()
1605 XRC_DRAWABLE, client, DixWriteAccess); in XineramaXvPutVideo()
1653 XRC_DRAWABLE, client, DixWriteAccess); in XineramaXvPutStill()
H A Dshape.c310 client, DixWriteAccess); in ProcPanoramiXShapeRectangles()
408 client, DixWriteAccess); in ProcPanoramiXShapeMask()
536 client, DixWriteAccess); in ProcPanoramiXShapeCombine()
607 client, DixWriteAccess); in ProcPanoramiXShapeOffset()
744 ShapeEventType, client, DixWriteAccess); in ProcShapeSelectInput()
H A Dsync.c1423 client, DixWriteAccess); in ProcSyncSetCounter()
1452 client, DixWriteAccess); in ProcSyncChangeCounter()
1773 client, DixWriteAccess); in ProcSyncChangeAlarm()
1936 client, DixWriteAccess); in ProcSyncTriggerFence()
1955 client, DixWriteAccess); in ProcSyncResetFence()
H A Dshm.c531 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcShmPutImage()
750 XRC_DRAWABLE, client, DixWriteAccess); in ProcPanoramiXShmPutImage()
804 XRC_DRAWABLE, client, DixWriteAccess); in ProcPanoramiXShmGetImage()
H A Dsaver.c1110 XRC_DRAWABLE, client, DixWriteAccess); in ProcScreenSaverSetAttributes()
1192 XRC_DRAWABLE, client, DixWriteAccess); in ProcScreenSaverUnsetAttributes()
H A Dxtest.c182 DixWriteAccess); in ProcXTestFakeInput()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c301 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesDestroyRegion()
326 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesSetRegion()
365 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesCopyRegion()
395 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesCombineRegion()
438 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesInvertRegion()
483 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesTranslateRegion()
511 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesRegionExtents()
659 VERIFY_REGION_OR_NONE(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesSetWindowShapeRegion()
776 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesExpandRegion()
832 client, DixWriteAccess))) { in PanoramiXFixesSetGCClipRegion()
[all …]
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c316 VERIFY_DAMAGEEXT(pDamageExt, stuff->damage, client, DixWriteAccess); in ProcDamageDestroy()
412 VERIFY_DAMAGEEXT(pDamageExt, stuff->damage, client, DixWriteAccess); in ProcDamageSubtract()
413 VERIFY_REGION_OR_NONE(pRepair, stuff->repair, client, DixWriteAccess); in ProcDamageSubtract()
414 VERIFY_REGION_OR_NONE(pParts, stuff->parts, client, DixWriteAccess); in ProcDamageSubtract()
445 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcDamageAdd()
447 DixWriteAccess); in ProcDamageAdd()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c278 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2GetBuffers()
309 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2GetBuffersWithFormat()
334 if (!validDrawable(client, stuff->drawable, DixWriteAccess, in ProcDRI2CopyRegion()
410 DixReadAccess | DixWriteAccess, &pDrawable, &status)) in ProcDRI2SwapBuffers()
531 if (!validDrawable(client, stuff->drawable, DixReadAccess | DixWriteAccess, in ProcDRI2SwapInterval()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c679 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderComposite()
728 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTrapezoids()
767 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriangles()
806 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriStrip()
845 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriFan()
1266 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderCompositeGlyphs()
1405 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderFillRectangles()
1826 VERIFY_PICTURE(pPicture, stuff->picture, client, DixWriteAccess); in ProcRenderAddTraps()
2594 XRC_DRAWABLE, client, DixWriteAccess); in PanoramiXRenderCreatePicture()
2635 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); in PanoramiXRenderChangePicture()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Ddixaccess.h25 #define DixWriteAccess (1<<1) /* changing the object */ macro
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1631 rc = dixLookupWindow(&pWin, stuff->window, client, DixWriteAccess); in ProcClearToBackground()
1707 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pDst, DixWriteAccess); in ProcCopyArea()
1745 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pdstDraw, DixWriteAccess); in ProcCopyPlane()
1794 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyPoint()
1817 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyLine()
1835 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolySegment()
1855 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyRectangle()
1876 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyArc()
1907 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcFillPoly()
1926 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyFillRectangle()
[all …]
H A Dproperty.c170 DixReadAccess | DixWriteAccess); in ProcRotateProperties()
266 access_mode = (mode == PropModeReplace) ? DixWriteAccess : DixBlendAccess; in dixChangeWindowProperty()
289 DixCreateAccess | DixWriteAccess); in dixChangeWindowProperty()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_request.c101 ret = dixLookupWindow(&window, stuff->window, client, DixWriteAccess); in proc_present_pixmap()
117 VERIFY_FENCE_OR_NONE(idle_fence, stuff->idle_fence, client, DixWriteAccess); in proc_present_pixmap()
H A Dpresent_event.c219 client, DixWriteAccess); in present_select_input()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dsendexev.c142 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixWriteAccess); in ProcXSendExtensionEvent()
H A Dxiwarppointer.c91 rc = dixLookupDevice(&pDev, stuff->deviceid, client, DixWriteAccess); in ProcXIWarpPointer()
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_request.c250 client, DixWriteAccess); in proc_dri3_buffer_from_pixmap()
329 status = SyncVerifyFence(&fence, stuff->fence, client, DixWriteAccess); in proc_dri3_fd_from_fence()
516 client, DixWriteAccess); in proc_dri3_buffers_from_pixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c427 client, DixWriteAccess); in dmxProcRenderFreeGlyphs()
509 client, DixWriteAccess); in dmxProcRenderCompositeGlyphs()
666 VERIFY_PICTURE(pPicture, stuff->picture, client, DixWriteAccess); in dmxProcRenderSetPictureTransform()
707 VERIFY_PICTURE(pPicture, stuff->picture, client, DixWriteAccess); in dmxProcRenderSetPictureFilter()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrdispatch.c87 RREventType, client, DixWriteAccess); in ProcRRSelectInput()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c188 DixWriteAccess | DixDestroyAccess); in WMFreeClient()
234 DixWriteAccess); in ProcAppleWMSelectInput()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c91 dixLookupResourceByType(&ptr, id, type, NULL, DixWriteAccess); in ms_get_resource()
463 M_ANY, DixWriteAccess); in ms_dri2_flip_handler()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c151 client, DixWriteAccess); in ProcWindowsWMSelectInput()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c477 DixWriteAccess, &pGlxDraw, &rc)) { in __glXGetDrawable()
814 if (!validGlxContext(cl->client, dest, DixWriteAccess, &dst, &error)) in __glXDisp_CopyContext()
1215 DixWriteAccess, &pGlxDraw, &err)) in determineTextureTarget()

12