Home
last modified time | relevance | path

Searched refs:beNumPixmapFormats (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c175 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) in dmxBEScreenInit()
350 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) { in dmxBECloseScreen()
H A Ddmxextension.c775 for (j = 0; j < dmxDstScreen->beNumPixmapFormats; j++) { in dmxBERestorePixmapImage()
844 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) { in dmxBERestorePixmap()
1080 if (new->beNumPixmapFormats != old->beNumPixmapFormats) in dmxCompareScreens()
1082 for (i = 0; i < old->beNumPixmapFormats; i++) { in dmxCompareScreens()
H A Ddmx.h108 int beNumPixmapFormats; /**< Number of pixmap formats on BE */ member
H A Ddmxinit.c465 &dmxScreen->beNumPixmapFormats); in dmxGetPixmapFormats()
481 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) { in dmxSetPixmapFormats()
H A Ddmxgc.c103 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) { in dmxBECreateGC()
H A Ddmxcursor.c617 for (i = 0; i < dmxScreen->beNumPixmapFormats; i++) { in dmxBECreateCursor()