Home | History | Annotate | Download | only in apple

Lines Matching defs:pbuf

74    struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
87 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
106 apple_cgl.destroy_pbuffer(pbuf->buffer_obj);
107 XFreePixmap(dpy, pbuf->xid);
112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
114 return !apple_glx_drawable_destroy_by_type(dpy, pbuf,
125 struct apple_glx_pbuffer *pbuf = NULL;
154 pbuf = &d->types.pbuffer;
156 pbuf->xid = xid;
157 pbuf->width = width;
158 pbuf->height = height;
162 0, &pbuf->buffer_obj);
171 pbuf->fbconfigID = modes->fbconfigID;
173 pbuf->event_mask = 0;
175 *result = pbuf->xid;
265 struct apple_glx_pbuffer *pbuf;
271 pbuf = &d->types.pbuffer;
275 *value = pbuf->width;
280 *value = pbuf->height;
303 *value = pbuf->fbconfigID;