HomeSort by: relevance | last modified time | path
    Searched refs:randrReqType (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/randr/
rrsdispatch.c 34 return (*ProcRandrVector[stuff->randrReqType]) (client);
45 return (*ProcRandrVector[stuff->randrReqType]) (client);
66 return (*ProcRandrVector[stuff->randrReqType]) (client);
78 return (*ProcRandrVector[stuff->randrReqType]) (client);
89 return (*ProcRandrVector[stuff->randrReqType]) (client);
104 return (*ProcRandrVector[stuff->randrReqType]) (client);
115 return (*ProcRandrVector[stuff->randrReqType]) (client);
127 return (*ProcRandrVector[stuff->randrReqType]) (client);
138 return (*ProcRandrVector[stuff->randrReqType]) (client);
150 return (*ProcRandrVector[stuff->randrReqType]) (client)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrsdispatch.c 35 return (*ProcRandrVector[stuff->randrReqType]) (client);
47 return (*ProcRandrVector[stuff->randrReqType]) (client);
71 return (*ProcRandrVector[stuff->randrReqType]) (client);
84 return (*ProcRandrVector[stuff->randrReqType]) (client);
96 return (*ProcRandrVector[stuff->randrReqType]) (client);
112 return (*ProcRandrVector[stuff->randrReqType]) (client);
124 return (*ProcRandrVector[stuff->randrReqType]) (client);
137 return (*ProcRandrVector[stuff->randrReqType]) (client);
149 return (*ProcRandrVector[stuff->randrReqType]) (client);
162 return (*ProcRandrVector[stuff->randrReqType]) (client)
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
randrproto.h 81 CARD8 randrReqType;
104 CARD8 randrReqType;
136 CARD8 randrReqType;
148 CARD8 randrReqType;
177 CARD8 randrReqType;
208 CARD8 randrReqType;
232 CARD8 randrReqType;
244 CARD8 randrReqType;
268 CARD8 randrReqType;
296 CARD8 randrReqType;
    [all...]
  /xsrc/external/mit/libXrandr/dist/src/
XrrMode.c 63 req->randrReqType = X_RRCreateMode;
105 req->randrReqType = X_RRDestroyMode;
121 req->randrReqType = X_RRAddOutputMode;
138 req->randrReqType = X_RRDeleteOutputMode;
XrrProperty.c 49 req->randrReqType = X_RRListOutputProperties;
95 req->randrReqType = X_RRQueryOutputProperty;
150 req->randrReqType = X_RRConfigureOutputProperty;
182 req->randrReqType = X_RRChangeOutputProperty;
241 req->randrReqType = X_RRDeleteOutputProperty;
272 req->randrReqType = X_RRGetOutputProperty;
XrrProviderProperty.c 49 req->randrReqType = X_RRListProviderProperties;
95 req->randrReqType = X_RRQueryProviderProperty;
150 req->randrReqType = X_RRConfigureProviderProperty;
182 req->randrReqType = X_RRChangeProviderProperty;
241 req->randrReqType = X_RRDeleteProviderProperty;
272 req->randrReqType = X_RRGetProviderProperty;
XrrProvider.c 53 req->randrReqType = X_RRGetProviders;
121 req->randrReqType = X_RRGetProviderInfo;
217 req->randrReqType = X_RRSetProviderOutputSource;
236 req->randrReqType = X_RRSetProviderOffloadSink;
XrrCrtc.c 50 req->randrReqType = X_RRGetCrtcInfo;
148 req->randrReqType = X_RRSetCrtcConfig;
178 req->randrReqType = X_RRGetCrtcGammaSize;
203 req->randrReqType = X_RRGetCrtcGamma;
270 req->randrReqType = X_RRSetCrtcGamma;
343 req->randrReqType = X_RRSetCrtcTransform;
404 req->randrReqType = X_RRGetCrtcTransform;
523 req->randrReqType = X_RRGetPanning;
580 req->randrReqType = X_RRSetPanning;
XrrScreen.c 68 vreq->randrReqType = X_RRQueryVersion;
84 req->randrReqType = poll ? X_RRGetScreenResources
245 req->randrReqType = X_RRGetScreenSizeRange;
274 req->randrReqType = X_RRSetScreenSize;
XrrMonitor.c 56 req->randrReqType = X_RRGetMonitors;
164 req->randrReqType = X_RRSetMonitor;
194 req->randrReqType = X_RRDeleteMonitor;
XrrOutput.c 53 req->randrReqType = X_RRGetOutputInfo;
166 req->randrReqType = X_RRSetOutputPrimary;
191 req->randrReqType = X_RRGetOutputPrimary;
XrrConfig.c 222 vreq->randrReqType = X_RRQueryVersion;
238 req->randrReqType = X_RRGetScreenInfo;
391 req->randrReqType = X_RRSetScreenConfig;
404 req->randrReqType = X_RRSetScreenConfig;
Xrandr.c 385 req->randrReqType = X_RRQueryVersion;
445 req->randrReqType = X_RRSelectInput;

Completed in 14 milliseconds