Searched refs:GLXPbuffer (Results 1 – 13 of 13) 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 | 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); 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/ |
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 | 114 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()
|
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 | 219 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/ |
D | glxapi.h | 92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); 95 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
|
D | fakeglx.c | 2126 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()
|
D | glxapi.c | 416 GLXPbuffer PUBLIC 450 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/virglrenderer/src/ |
D | virgl_glx_context.c | 37 GLXPbuffer pbuffer;
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2072 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()
|