• Home
  • Raw
  • Download

Lines Matching refs:GLXPbuffer

29     1.	There is no associated X pixmap. Also, since a GLXPbuffer is a GLX
34 associated ancillary buffers for a GLXPbuffer can only be
37 3. It is possible to create a GLXPbuffer whose contents may be
43 5. The allocation of a GLXPbuffer can fail if there are insufficient
77 GLXPbuffer glXCreateGLXPbufferSGIX(Display *dpy,
84 GLXPbuffer pbuf);
87 GLXPbuffer pbuf,
185 hieght) for a GLXPbuffer. Note that an implementation may return a value for
259 GLX_MAX_PBUFFER_WIDTH_SGIX integer maximum width of GLXPbuffer
260 GLX_MAX_PBUFFER_HEIGHT_SGIX integer maximum height of GLXPbuffer
261 GLX_MAX_PBUFFER_PIXELS_SGIX integer maximum size of GLXPbuffer
315 To create a GLXPbuffer call:
317 GLXPbuffer glXCreateGLXPbufferSGIX(Display *dpy,
323 This creates a single GLXPbuffer and returns its XID. <width> and <height>
387 When glXCreateGLXPbufferSGIX fails to create a GLXPbuffer due to
393 A GLXPbuffer is destroyed by calling:
396 GLXPbuffer pbuf);
398 The GLXPbuffer will be destroyed once it is no longer current to any
399 client. When a GLXPbuffer is destroyed, any memory resources that are
402 If <pbuf> is not a valid GLXPbuffer then a GLXBadPbufferSGIX error
405 To query an attribute associated with a GLXPbuffer call
408 GLXPbuffer pbuf,
416 To get the GLXFBConfig for a GLXPbuffer, first retrieve the i.d. for the
419 If <pbuf> is not a valid GLXPbuffer then a GLXBadPbufferSGIX error is
425 A client can ask to receive GLX events on a window or GLXPbuffer.
477 If <drawable> is not a valid GLXPbuffer or a valid Window, a GLXBadDrawable
480 To find out which GLX events are selected for a window or GLXPbuffer call