Lines Matching defs:privates
120 I830DRI2BufferPrivatePtr privates;
127 privates = calloc(count, sizeof *privates);
128 if (privates == NULL) {
186 buffers[i].driverPrivate = &privates[i];
188 privates[i].refcnt = 1;
189 privates[i].pixmap = pixmap;
202 screen->DestroyPixmap(privates[i].pixmap);
203 free(privates);
236 I830DRI2BufferPrivatePtr privates;
242 privates = calloc(1, sizeof *privates);
243 if (privates == NULL) {
288 free(privates);
321 free(privates);
330 buffer->driverPrivate = privates;
333 privates->refcnt = 1;
334 privates->pixmap = pixmap;
339 free(privates);