Searched refs:VERIFY_REGION (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 301 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesDestroyRegion() 326 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesSetRegion() 364 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesCopyRegion() 365 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesCopyRegion() 393 VERIFY_REGION(pSource1, stuff->source1, client, DixReadAccess); in ProcXFixesCombineRegion() 394 VERIFY_REGION(pSource2, stuff->source2, client, DixReadAccess); in ProcXFixesCombineRegion() 395 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesCombineRegion() 437 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesInvertRegion() 438 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess); in ProcXFixesInvertRegion() 483 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcXFixesTranslateRegion() [all …]
|
| H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ macro 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2ext.c | 338 VERIFY_REGION(pRegion, stuff->region, client, DixReadAccess); in ProcDRI2CopyRegion()
|
| /OK3568_Linux_fs/external/xserver/damageext/ |
| H A D | damageext.c | 445 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess); in ProcDamageAdd()
|