HomeSort by: relevance | last modified time | path
    Searched refs:IDs (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dbe/
dbe.c 247 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs;
251 pDbeWindowPriv->IDs[0] = stuff->buffer;
255 pDbeWindowPriv->IDs[i] = DBE_FREE_ID_ELEMENT;
271 if (pDbeWindowPriv->IDs[i] == DBE_FREE_ID_ELEMENT) {
288 pIDs = pDbeWindowPriv->IDs;
292 pDbeWindowPriv->IDs =
296 if (!pDbeWindowPriv->IDs) {
299 memset(&pDbeWindowPriv->IDs[pDbeWindowPriv->nBufferIDs], 0,
305 * newly allocated array. Copy the IDs from the initial array
308 memcpy(pDbeWindowPriv->IDs, pDbeWindowPriv->initIDs
    [all...]
dbestruct.h 126 /* Capacity of the current buffer ID array, IDs. */
129 /* Pointer to the array of buffer IDs. This initially points to initIDs.
133 XID *IDs;
135 /* Initial array of buffer IDs. We are defining the XID array within the
140 * will use this array to store buffer IDs. For situations where we have
141 * more IDs than can fit in this static array, we will allocate a larger
midbe.c 235 ChangeResourceValue(pDbeWindowPriv->IDs[i], dbeDrawableResType,
386 * buffer IDs.
393 * FreeResource() is called for all DBE buffer IDs.
430 /* We have no more buffer IDs associated with this window. We need to
606 * more buffer IDs associated with this window.
608 FreeResource(pDbeWindowPriv->IDs[0], RT_NONE);
  /xsrc/external/mit/xorg-server.old/dist/dbe/
dbe.c 270 pDbeWindowPriv->IDs = pDbeWindowPriv->initIDs;
274 pDbeWindowPriv->IDs[0] = stuff->buffer;
279 pDbeWindowPriv->IDs[i] = DBE_FREE_ID_ELEMENT;
297 if (pDbeWindowPriv->IDs[i] == DBE_FREE_ID_ELEMENT)
318 pIDs = pDbeWindowPriv->IDs;
322 pDbeWindowPriv->IDs = (XID *)realloc(pIDs,
324 if (!pDbeWindowPriv->IDs)
328 memset(&pDbeWindowPriv->IDs[pDbeWindowPriv->nBufferIDs], 0,
335 * newly allocated array. Copy the IDs from the initial array
338 memcpy(pDbeWindowPriv->IDs, pDbeWindowPriv->initIDs
    [all...]
dbestruct.h 135 /* Capacity of the current buffer ID array, IDs. */
138 /* Pointer to the array of buffer IDs. This initially points to initIDs.
142 XID *IDs;
144 /* Initial array of buffer IDs. We are defining the XID array within the
149 * will use this array to store buffer IDs. For situations where we have
150 * more IDs than can fit in this static array, we will allocate a larger
midbe.c 265 ChangeResourceValue(pDbeWindowPriv->IDs[i], dbeDrawableResType,
429 * buffer IDs.
436 * FreeResource() is called for all DBE buffer IDs.
478 /* We have no more buffer IDs associated with this window. We need to
674 * more buffer IDs associated with this window.
676 FreeResource(pDbeWindowPriv->IDs[0], RT_NONE);

Completed in 8 milliseconds