Home
last modified time | relevance | path

Searched refs:beDepth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c350 dmxScreen->beDepth = attribs.depth; /* FIXME: verify that this in dmxGetScreenAttribs()
358 if (dmxScreen->beDepth <= 8) in dmxGetScreenAttribs()
360 else if (dmxScreen->beDepth <= 16) in dmxGetScreenAttribs()
376 dmxScreen->beDepth, dmxScreen->beBPP); in dmxGetScreenAttribs()
377 if (dmxScreen->beDepth == 8) in dmxGetScreenAttribs()
H A Ddmx.h100 int beDepth; /**< Depth of BE display */ member
H A Ddmxcursor.c374 dmxScreen->beDepth, dmxScreen->beBPP); in dmxReInitOrigins()
403 dmxScreen->beDepth, dmxScreen->beBPP); in dmxInitOrigins()
H A Ddmxextension.c1069 if (new->beDepth != old->beDepth) in dmxCompareScreens()