Searched refs:initIDs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| H A D | dbestruct.h | 138 /* Pointer to the array of buffer IDs. This initially points to initIDs. 139 * When the static limit of the initIDs array is reached, the array is 140 * reallocated and this pointer is set to the new array instead of initIDs. 153 XID initIDs[DBE_INIT_MAX_IDS]; member in struct:_DbeWindowPrivRec
|
| H A D | dbe.c | 270 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs; 338 memcpy(pDbeWindowPriv->IDs, pDbeWindowPriv->initIDs, 1391 memcpy(pDbeWindowPriv->initIDs, pDbeWindowPriv->IDs, 1396 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs;
|
| /xsrc/external/mit/xorg-server/dist/dbe/ |
| H A D | dbestruct.h | 129 /* Pointer to the array of buffer IDs. This initially points to initIDs. 130 * When the static limit of the initIDs array is reached, the array is 131 * reallocated and this pointer is set to the new array instead of initIDs. 144 XID initIDs[DBE_INIT_MAX_IDS]; member in struct:_DbeWindowPrivRec
|
| H A D | dbe.c | 247 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs; 308 memcpy(pDbeWindowPriv->IDs, pDbeWindowPriv->initIDs, 1217 memcpy(pDbeWindowPriv->initIDs, pDbeWindowPriv->IDs, 1222 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs;
|
Completed in 8 milliseconds