Searched refs:GLXPbuffer (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx.h | 186 typedef XID GLXPbuffer; typedef 277 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config, 280 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ); 312 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 313 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf); 377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
|
D | glxext.h | 536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list); 537 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf); 555 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attri… 556 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf); 921 extern int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iV… 922 extern int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf); 923 extern int glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *… 928 typedef int ( * PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer… 929 typedef int ( * PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf); 930 typedef int ( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, un…
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.h | 71 GLXPbuffer xid; /* our pixmap */ 196 GLXPbuffer * pbuf); 199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
|
D | apple_glx_pbuffer.c | 112 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()
|
D | RELEASE_NOTES | 43 A GLXPbuffer will never generate a clobber event, however
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 385 req->pbuffer = (GLXPbuffer) drawable; in protocolDestroyDrawable() 602 req->pbuffer = (GLXPbuffer) drawable; in DestroyPbuffer() 644 _X_EXPORT GLXPbuffer 649 GLXPbuffer result; in glXCreatePbuffer() 710 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer() 720 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
|
D | realglx.h | 138 extern GLXPbuffer 143 _real_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
|
D | fakeglx.c | 2200 static GLXPbuffer 2255 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreatePbuffer() 2264 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer() 2623 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreateGLXPbufferSGIX()
|
D | glxapi.c | 460 GLXPbuffer PUBLIC 494 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2006 PUBLIC GLXPbuffer 2060 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreatePbuffer() 2069 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in glXDestroyPbuffer() 2414 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreateGLXPbufferSGIX()
|