Searched refs:GLXPbuffer (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx.h | 173 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);
|
D | glxext.h | 55 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/ |
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/swiftshader/include/GL/ |
D | glxext.h | 53 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/ |
D | glx_pbuffer.c | 435 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()
|
D | g_glxglvnddispatchfuncs.c | 217 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/ |
D | glxapi.h | 93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
|
D | fakeglx.c | 2130 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()
|
D | glxapi.c | 417 GLXPbuffer PUBLIC 451 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2064 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()
|