Home
last modified time | relevance | path

Searched refs:ConnectionInfo (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c115 xWindowRoot *root = (xWindowRoot *) (ConnectionInfo + connBlockScreenStart); in dmxConnectionBlockCallback()
159 xDepth *depth = (xDepth *) (ConnectionInfo + offset); in dmxConnectionBlockCallback()
161 xVisualType *visual = (xVisualType *) (ConnectionInfo + voffset); in dmxConnectionBlockCallback()
/OK3568_Linux_fs/external/xserver/dix/
H A Dmain.c358 free(ConnectionInfo); in dix_main()
359 ConnectionInfo = NULL; in dix_main()
H A Dglobals.c122 char *ConnectionInfo; variable
H A Ddispatch.c569 ConnectionInfo = malloc(lenofblock); in CreateConnectionBlock()
570 if (!ConnectionInfo) in CreateConnectionBlock()
573 memmove(ConnectionInfo, (char *) &setup, sizeof(xConnSetup)); in CreateConnectionBlock()
575 pBuf = ConnectionInfo + sizeof(xConnSetup); in CreateConnectionBlock()
628 pBuf = (char *) realloc(ConnectionInfo, lenofblock); in CreateConnectionBlock()
630 free(ConnectionInfo); in CreateConnectionBlock()
633 ConnectionInfo = pBuf; in CreateConnectionBlock()
3632 lConnectionInfo = ConnectionInfo; in SendConnSetup()
3656 numScreens = ((xConnSetup *) ConnectionInfo)->numRoots; in SendConnSetup()
/OK3568_Linux_fs/external/xserver/include/
H A Dglobals.h30 extern _X_EXPORT char *ConnectionInfo;
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c642 root = (xWindowRoot *) (ConnectionInfo + connBlockScreenStart); in PanoramiXCreateConnectionBlock()
649 depth = (xDepth *) (ConnectionInfo + length); in PanoramiXCreateConnectionBlock()
653 visual = (xVisualType *) (ConnectionInfo + length); in PanoramiXCreateConnectionBlock()
H A DpanoramiXprocs.c584 (ConnectionInfo + connBlockScreenStart); in PanoramiXGetGeometry()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrscreen.c44 if (ConnectionInfo == NULL) in RREditConnectionInfo()
47 connSetup = (xConnSetup *) ConnectionInfo; in RREditConnectionInfo()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c337 numScreens = ((xConnSetup *) ConnectionInfo)->numRoots; in ProcRenderQueryPictFormats()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog24801 randr: Do not update ConnectionInfo if NULL
24804 if this occurs during initialization before ConnectionInfo is even
24807 Simply check for ConnectionInfo prior to update it to avoid the crash.
24832 ConnectionInfo initialized
24836 up trying to update the ConnectionInfo's data from RR routines before
24837 ConnectionInfo is actually initialized.
143429 Centralize declaration of ConnectionInfo.