Home
last modified time | relevance | path

Searched refs:dmxGetScreenAttributes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.h93 extern Bool dmxGetScreenAttributes(int physical, DMXScreenAttributesPtr attr);
H A Ddmx.c344 if (!dmxGetScreenAttributes(stuff->physicalScreen, &attr)) in ProcDMXGetScreenAttributes()
436 dmxGetScreenAttributes(screen_list[i], &attribs[i]); in ProcDMXChangeScreensAttributes()
489 dmxGetScreenAttributes(stuff->physicalScreen, &attr); in ProcDMXAddScreen()
H A Ddmxextension.c77 dmxGetScreenAttributes(int physical, DMXScreenAttributesPtr attr) in dmxGetScreenAttributes() function