Home
last modified time | relevance | path

Searched refs:nVisuals (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c227 compRegisterAlternateVisuals(CompScreenPtr cs, VisualID * vids, int nVisuals) in compRegisterAlternateVisuals() argument
232 cs->numAlternateVisuals + nVisuals, sizeof(VisualID)); in compRegisterAlternateVisuals()
236 memcpy(&p[cs->numAlternateVisuals], vids, sizeof(VisualID) * nVisuals); in compRegisterAlternateVisuals()
239 cs->numAlternateVisuals += nVisuals; in compRegisterAlternateVisuals()
246 int nVisuals) in CompositeRegisterAlternateVisuals() argument
250 return compRegisterAlternateVisuals(cs, vids, nVisuals); in CompositeRegisterAlternateVisuals()
H A Dcompositeext.h36 int nVisuals);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c165 depth->nVisuals, depth->depth); in dmxConnectionBlockCallback()
166 for (j = 0; j < depth->nVisuals; j++, visual++) { in dmxConnectionBlockCallback()
203 offset = voffset + depth->nVisuals * sizeof(xVisualType); in dmxConnectionBlockCallback()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c651 depth->nVisuals = PanoramiXDepths[i].numVids; in PanoramiXCreateConnectionBlock()
655 for (j = 0; j < depth->nVisuals; j++, visual++) { in PanoramiXCreateConnectionBlock()
669 length += (depth->nVisuals * sizeof(xVisualType)); in PanoramiXCreateConnectionBlock()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c1120 cpswaps(depth->nVisuals, ((xDepth *) pInfoT)->nVisuals); in SwapConnSetupInfo()
1123 for (k = 0; k < depth->nVisuals; k++) { in SwapConnSetupInfo()
H A Ddispatch.c636 depth.nVisuals = pDepth->numVids; in CreateConnectionBlock()
3668 pDepth->nVisuals * sizeof(xVisualType)); in SendConnSetup()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrscreen.c59 depth->nVisuals * sizeof(xVisualType)); in RREditConnectionInfo()