Searched refs:X_ChangeProperty (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c125 client->requestVector[X_ChangeProperty] = saved_change_property;
131 client->requestVector[X_ChangeProperty] = amdgpu_change_property;
191 if (ProcVector[X_ChangeProperty] == amdgpu_change_property)
192 ProcVector[X_ChangeProperty] = saved_change_property;
202 if (clients[i]->requestVector[X_ChangeProperty] ==
204 clients[i]->requestVector[X_ChangeProperty] =
2195 saved_change_property = ProcVector[X_ChangeProperty];
2196 ProcVector[X_ChangeProperty] = amdgpu_change_property;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c792 client->requestVector[X_ChangeProperty] = saved_change_property;
798 client->requestVector[X_ChangeProperty] = ms_change_property;
857 if (ProcVector[X_ChangeProperty] == ms_change_property)
858 ProcVector[X_ChangeProperty] = saved_change_property;
868 if (clients[i]->requestVector[X_ChangeProperty] == ms_change_property) {
869 clients[i]->requestVector[X_ChangeProperty] = saved_change_property;
2031 saved_change_property = ProcVector[X_ChangeProperty];
2032 ProcVector[X_ChangeProperty] = ms_change_property;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c228 return ((*ProcVector[X_ChangeProperty]) (client));
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c247 return((* ProcVector[X_ChangeProperty])(client));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h2044 #define X_ChangeProperty 18
2039 #define X_ChangeProperty macro

Completed in 15 milliseconds