Searched refs:GLXPbuffer (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */
196 GLXPbuffer * pbuf);
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
205 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the mask is set. */
208 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the *mask is set. */
H A Dapple_glx_pbuffer.c114 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
124 GLXPbuffer * result)
263 apple_glx_pbuffer_query(GLXPbuffer p, int attr, unsigned int *value)
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */
196 GLXPbuffer * pbuf);
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
205 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the mask is set. */
208 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the *mask is set. */
H A Dapple_glx_pbuffer.c115 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
125 GLXPbuffer * result)
260 apple_glx_pbuffer_query(GLXPbuffer p, int attr, unsigned int *value)
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h18 #define PBUFFER GLXPbuffer
H A Dglxpbdemo.c41 static GLXPbuffer gPBuffer = 0;
75 * Create the pbuffer and return a GLXPbuffer handle.
77 static GLXPbuffer
82 GLXPbuffer pBuffer = None;
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx.h173 typedef XID GLXPbuffer; typedef in typeref:typename:XID
264 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
267 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
299 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
300 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
H A Dglxext.h53 typedef XID GLXPbuffer; typedef in typeref:typename:XID
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
119 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
136 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
137 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
626 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
627 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
628 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
633 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
634 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbu
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h168 typedef XID GLXPbuffer; typedef in typeref:typename:XID
259 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
262 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
294 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
295 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
360 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
H A Dglxext.h53 typedef XID GLXPbuffer; typedef in typeref:typename:XID
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
119 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
136 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
137 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
642 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
643 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
644 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
649 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
650 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbu
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c435 req->pbuffer = (GLXPbuffer) drawable;
655 req->pbuffer = (GLXPbuffer) drawable;
697 _GLX_PUBLIC GLXPbuffer
702 GLXPbuffer result;
763 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
773 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf)
H A Dg_glxglvnddispatchfuncs.c219 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy,
227 GLXPbuffer ret;
282 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf)
476 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c414 req->pbuffer = (GLXPbuffer) drawable;
641 req->pbuffer = (GLXPbuffer) drawable;
683 _GLX_PUBLIC GLXPbuffer
688 GLXPbuffer result;
747 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
757 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf)
H A Dg_glxglvnddispatchfuncs.c228 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy,
236 GLXPbuffer ret;
291 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf)
485 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
95 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
H A Dfakeglx.c2127 static GLXPbuffer
2176 /* A GLXPbuffer handle must be an X Drawable because that's what
2182 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
2191 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2522 /* A GLXPbuffer handle must be an X Drawable because that's what
2525 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
H A Dglxapi.c416 GLXPbuffer PUBLIC
450 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
95 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
H A Dfakeglx.c2093 static GLXPbuffer
2142 /* A GLXPbuffer handle must be an X Drawable because that's what
2148 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
2157 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2488 /* A GLXPbuffer handle must be an X Drawable because that's what
2491 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
H A Dglxapi.c412 GLXPbuffer PUBLIC
446 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h35 typedef XID GLXPbuffer; typedef in typeref:typename:XID
485 typedef int (GLAPIENTRY *PFNGLXBINDVIDEOIMAGENVPROC)(Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
506 typedef GLXPbuffer (GLAPIENTRY *PFNGLXCREATEPBUFFERPROC)(Display * dpy, GLXFBConfig config, const int * attrib_list);
517 typedef void (GLAPIENTRY *PFNGLXDESTROYPBUFFERPROC)(Display * dpy, GLXPbuffer pbuf);
593 typedef int (GLAPIENTRY *PFNGLXRELEASEVIDEOIMAGENVPROC)(Display * dpy, GLXPbuffer pbuf);
597 typedef int (GLAPIENTRY *PFNGLXSENDPBUFFERTOVIDEONVPROC)(Display * dpy, GLXPbuffer pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock);
624 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoImageNV)(Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
666 EPOXY_PUBLIC GLXPbuffer (EPOXY_CALLSPEC *epoxy_glXCreatePbuffer)(Display * dpy, GLXFBConfig config, const int * attrib_list);
688 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyPbuffer)(Display * dpy, GLXPbuffer pbuf);
840 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXReleaseVideoImageNV)(Display * dpy, GLXPbuffer pbu
[all...]
H A Dglx_generated_dispatch.c4226 GEN_THUNKS_RET(int, glXBindVideoImageNV, (Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer), (dpy, VideoDevice, pbuf, iVideoBuffer))
4247 GEN_THUNKS_RET(GLXPbuffer, glXCreatePbuffer, (Display * dpy, GLXFBConfig config, const int * attrib_list), (dpy, config, attrib_list))
4258 GEN_THUNKS(glXDestroyPbuffer, (Display * dpy, GLXPbuffer pbuf), (dpy, pbuf))
4334 GEN_THUNKS_RET(int, glXReleaseVideoImageNV, (Display * dpy, GLXPbuffer pbuf), (dpy, pbuf))
4338 GEN_THUNKS_RET(int, glXSendPbufferToVideoNV, (Display * dpy, GLXPbuffer pbuf, int iBufferType, unsigned long * pulCounterPbuffer, GLboolean bBlock), (dpy, pbuf, iBufferType, pulCounterPbuffer, bBlock))
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h94 #define GLXPbuffer CARD32 macro
492 GLXPbuffer pbuffer;
505 GLXPbuffer pbuffer;
1038 GLXPbuffer pbuffer;
1054 GLXPbuffer pbuffer;
2118 #undef GLXPbuffer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2075 PUBLIC GLXPbuffer
2123 /* A GLXPbuffer handle must be an X Drawable because that's what
2129 return (GLXPbuffer) xmbuf->ws.drawable;
2138 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2481 /* A GLXPbuffer handle must be an X Drawable because that's what
2484 return (GLXPbuffer) xmbuf->ws.drawable;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c2025 PUBLIC GLXPbuffer
2073 /* A GLXPbuffer handle must be an X Drawable because that's what
2079 return (GLXPbuffer) xmbuf->ws.drawable;
2088 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2428 /* A GLXPbuffer handle must be an X Drawable because that's what
2431 return (GLXPbuffer) xmbuf->ws.drawable;

Completed in 90 milliseconds

12