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

/external/mesa3d/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.c112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
122 GLXPbuffer * result)
261 apple_glx_pbuffer_query(GLXPbuffer p, int attr, unsigned int *value)
/external/mesa3d/include/GL/
H A Dglx.h173 typedef XID GLXPbuffer; typedef
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.h55 typedef XID GLXPbuffer; typedef
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
609 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
610 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
611 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
616 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
617 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbu
[all...]
/external/mesa3d/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.c217 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy,
225 GLXPbuffer ret;
280 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf)
459 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf,
/external/swiftshader/include/GL/
H A Dglxext.h55 typedef XID GLXPbuffer; typedef
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
545 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
546 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
547 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
552 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
553 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbu
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
H A Dfakeglx.c2130 static GLXPbuffer
2179 /* A GLXPbuffer handle must be an X Drawable because that's what
2185 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
2194 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2527 /* A GLXPbuffer handle must be an X Drawable because that's what
2530 return (GLXPbuffer) xmbuf->frontxrb->pixmap;
H A Dglxapi.c417 GLXPbuffer PUBLIC
451 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2064 PUBLIC GLXPbuffer
2112 /* A GLXPbuffer handle must be an X Drawable because that's what
2118 return (GLXPbuffer) xmbuf->ws.drawable;
2127 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf )
2472 /* A GLXPbuffer handle must be an X Drawable because that's what
2475 return (GLXPbuffer) xmbuf->ws.drawable;

Completed in 139 milliseconds