Lines Matching defs:privates
161 I830DRI2BufferPrivatePtr privates;
168 privates = calloc(count, sizeof *privates);
169 if (privates == NULL) {
224 buffers[i].driverPrivate = &privates[i];
226 privates[i].refcnt = 1;
227 privates[i].pixmap = pixmap;
240 screen->DestroyPixmap(privates[i].pixmap);
241 free(privates);
274 I830DRI2BufferPrivatePtr privates;
280 privates = calloc(1, sizeof *privates);
281 if (privates == NULL) {
323 free(privates);
356 free(privates);
365 buffer->driverPrivate = privates;
368 privates->refcnt = 1;
369 privates->pixmap = pixmap;
374 free(privates);