Home
last modified time | relevance | path

Searched refs:GLXPbuffer (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/include/GL/
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…
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);
Dglxext.h55 typedef XID GLXPbuffer; typedef
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
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
610 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
611 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, uns…
616 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuf…
617 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */
196 GLXPbuffer * pbuf);
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
Dapple_glx_pbuffer.c112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy()
122 GLXPbuffer * result) in apple_glx_pbuffer_create()
261 apple_glx_pbuffer_query(GLXPbuffer p, int attr, unsigned int *value) in apple_glx_pbuffer_query()
DRELEASE_NOTES43 A GLXPbuffer will never generate a clobber event, however
/external/swiftshader/include/GL/
Dglxext.h55 typedef XID GLXPbuffer; typedef
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
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
546 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
547 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, uns…
552 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuf…
553 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf);
[all …]
/external/mesa3d/src/glx/
Dglx_pbuffer.c435 req->pbuffer = (GLXPbuffer) drawable; in protocolDestroyDrawable()
655 req->pbuffer = (GLXPbuffer) drawable; in DestroyPbuffer()
697 _GLX_PUBLIC GLXPbuffer
702 GLXPbuffer result; in glXCreatePbuffer()
763 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer()
773 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
Dg_glxglvnddispatchfuncs.c217 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX()
225 GLXPbuffer ret; in dispatch_CreateGLXPbufferSGIX()
280 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX()
459 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, in dispatch_QueryGLXPbufferSGIX()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
Dfakeglx.c2130 static GLXPbuffer
2185 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreatePbuffer()
2194 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer()
2530 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreateGLXPbufferSGIX()
Dglxapi.c417 GLXPbuffer PUBLIC
451 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2064 PUBLIC GLXPbuffer
2118 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreatePbuffer()
2127 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in glXDestroyPbuffer()
2475 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreateGLXPbufferSGIX()