Searched refs:XDGAMode (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86dgaconst.h86 } XDGAMode; typedef in typeref:struct:__anonba8802ec0108
90 XDGAMode mode;
/xsrc/external/mit/libXxf86dga/dist/include/X11/extensions/
H A DXxf86dga.h65 XDGAMode* XDGAQueryModes(
/xsrc/external/mit/libXxf86dga/dist/src/
H A DXF86DGA2.c280 XDGAMode* XDGAQueryModes(
288 XDGAMode *modes = NULL;
307 (rep.number < (INT_MAX / sizeof(XDGAMode)))) {
311 modes = Xmalloc((rep.number * sizeof(XDGAMode)) + size);

Completed in 4 milliseconds