Searched refs:nVisuals (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 227 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 D | compositeext.h | 36 int nVisuals);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcb.c | 165 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 D | panoramiX.c | 651 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 D | swaprep.c | 1120 cpswaps(depth->nVisuals, ((xDepth *) pInfoT)->nVisuals); in SwapConnSetupInfo() 1123 for (k = 0; k < depth->nVisuals; k++) { in SwapConnSetupInfo()
|
| H A D | dispatch.c | 636 depth.nVisuals = pDepth->numVids; in CreateConnectionBlock() 3668 pDepth->nVisuals * sizeof(xVisualType)); in SendConnSetup()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrscreen.c | 59 depth->nVisuals * sizeof(xVisualType)); in RREditConnectionInfo()
|