Lines Matching refs:privates
91 I830DRI2BufferPrivatePtr privates;
97 privates = xcalloc(count, sizeof *privates);
98 if (privates == NULL) {
147 buffers[i].driverPrivate = &privates[i];
149 privates[i].pPixmap = pPixmap;
150 privates[i].attachment = attachments[i];
173 I830DRI2BufferPrivatePtr privates;
179 privates = xcalloc(1, sizeof *privates);
180 if (privates == NULL) {
223 buffer->driverPrivate = privates;
226 privates->pPixmap = pPixmap;
227 privates->attachment = attachment;