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

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xinput.c 83 XDeviceInfo *devInfo = XListInputDevices(backend, &count);
84 if (devInfo) {
86 if ((unsigned)iinf.physicalId == devInfo[i].id
87 && devInfo[i].name) {
88 backendname = strdup(devInfo[i].name);
92 XFreeDeviceList(devInfo);
118 XDeviceInfo *devInfo;
147 if (!(devInfo = XListInputDevices(display, &count)) || !count) {
157 switch (devInfo[i].use) {
163 (long unsigned)devInfo[i].id
    [all...]
  /xsrc/external/mit/xdpyinfo/dist/
xdpyinfo.c 1292 XDeviceInfo *devInfo = XListInputDevices(backend,
1294 if (devInfo) {
1297 == devInfo[d].id
1298 && devInfo[d].name) {
1299 backendname = strdup(devInfo[d].name);
1303 XFreeDeviceList(devInfo);
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl2.hpp 6701 devInfo;
6708 return devInfo;
6715 devInfo.push_back(
6727 devInfo.clear();
6729 return devInfo;
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl2.hpp 6423 devInfo;
6430 return devInfo;
6437 devInfo.push_back(
6449 devInfo.clear();
6451 return devInfo;

Completed in 27 milliseconds