Lines Matching refs:pbuf
77 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
82 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
90 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height);
102 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
109 apple_cgl.destroy_pbuffer(pbuf->buffer_obj);
110 XFreePixmap(dpy, pbuf->xid);
115 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
117 return !apple_glx_drawable_destroy_by_type(dpy, pbuf,
128 struct apple_glx_pbuffer *pbuf = NULL;
157 pbuf = &d->types.pbuffer;
159 pbuf->xid = xid;
160 pbuf->width = width;
161 pbuf->height = height;
165 0, &pbuf->buffer_obj);
174 pbuf->fbconfigID = modes->fbconfigID;
176 pbuf->event_mask = 0;
178 *result = pbuf->xid;
264 struct apple_glx_pbuffer *pbuf;
270 pbuf = &d->types.pbuffer;
274 *value = pbuf->width;
279 *value = pbuf->height;
302 *value = pbuf->fbconfigID;