Home
last modified time | relevance | path

Searched refs:RRPropertyPtr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c57 RRDestroyProviderProperty(RRPropertyPtr prop) in RRDestroyProviderProperty()
85 RRPropertyPtr prop, next; in RRDeleteAllProviderProperties()
102 static RRPropertyPtr
105 RRPropertyPtr prop; in RRCreateProviderProperty()
107 prop = (RRPropertyPtr) malloc(sizeof(RRPropertyRec)); in RRCreateProviderProperty()
140 RRPropertyPtr prop; in RRChangeProviderProperty()
259 RRPropertyPtr property; in RRPostProviderPendingProperties()
294 RRPropertyPtr
297 RRPropertyPtr prop; in RRQueryProviderProperty()
308 RRPropertyPtr prop = RRQueryProviderProperty(provider, property); in RRGetProviderProperty()
[all …]
H A Drrproperty.c58 RRDestroyOutputProperty(RRPropertyPtr prop) in RRDestroyOutputProperty()
86 RRPropertyPtr prop, next; in RRDeleteAllOutputProperties()
103 static RRPropertyPtr
106 RRPropertyPtr prop; in RRCreateOutputProperty()
108 prop = (RRPropertyPtr) malloc(sizeof(RRPropertyRec)); in RRCreateOutputProperty()
164 RRPropertyPtr prop; in RRChangeOutputProperty()
284 RRPropertyPtr property; in RRPostPendingProperties()
319 RRPropertyPtr
322 RRPropertyPtr prop; in RRQueryOutputProperty()
333 RRPropertyPtr prop = RRQueryOutputProperty(output, property); in RRGetOutputProperty()
[all …]
H A Drandrstr.h80 typedef struct _rrProperty RRPropertyRec, *RRPropertyPtr; typedef
102 RRPropertyPtr next;
159 RRPropertyPtr properties;
170 RRPropertyPtr properties;
971 extern _X_EXPORT RRPropertyPtr
1053 extern _X_EXPORT RRPropertyPtr
H A Drrcrtc.c493 RRPropertyPtr prop = RRQueryOutputProperty(outputs[o], syncProp); in rrSetPixmapSharingSyncProp()