Home
last modified time | relevance | path

Searched refs:GLXPbuffer (Results 1 – 13 of 13) 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.h53 typedef XID GLXPbuffer; typedef
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
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);
612 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer
613 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
614 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, uns…
619 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuf…
620 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.c114 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy()
124 GLXPbuffer * result) in apple_glx_pbuffer_create()
263 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.h53 typedef XID GLXPbuffer; typedef
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
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
627 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
628 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, uns…
633 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuf…
634 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.c219 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX()
227 GLXPbuffer ret; in dispatch_CreateGLXPbufferSGIX()
282 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX()
476 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, in dispatch_QueryGLXPbufferSGIX()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
95 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
Dfakeglx.c2126 static GLXPbuffer
2181 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreatePbuffer()
2190 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer()
2524 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreateGLXPbufferSGIX()
Dglxapi.c416 GLXPbuffer PUBLIC
450 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
/external/virglrenderer/src/
Dvirgl_glx_context.c37 GLXPbuffer pbuffer;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2072 PUBLIC GLXPbuffer
2126 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreatePbuffer()
2135 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in glXDestroyPbuffer()
2481 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreateGLXPbufferSGIX()