/external/mesa3d/include/GL/ |
D | glx.h | 168 typedef XID GLXPbuffer; typedef 259 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config, 262 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ); 294 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib… 295 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf); 359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 360 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); 642 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer … 643 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf); 644 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, uns… 649 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuf… 650 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 | 450 req->pbuffer = (GLXPbuffer) drawable; in protocolDestroyDrawable() 674 req->pbuffer = (GLXPbuffer) drawable; in DestroyPbuffer() 716 _GLX_PUBLIC GLXPbuffer 721 GLXPbuffer result; in glXCreatePbuffer() 782 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config, in glXCreatePbuffer() 792 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
D | g_glxglvnddispatchfuncs.c | 216 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX() 224 GLXPbuffer ret; in dispatch_CreateGLXPbufferSGIX() 279 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX() 473 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, in dispatch_QueryGLXPbufferSGIX()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 258 typedef XID GLXPbuffer; typedef 282 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attri… 285 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf); 581 typedef void ( * PFNGLXBINDTEXIMAGEATIPROC) (Display *dpy, GLXPbuffer pbuf, int buffer); 583 typedef void ( * PFNGLXRELEASETEXIMAGEATIPROC) (Display *dpy, GLXPbuffer pbuf, int buffer); 1122 typedef int ( * PFNGLXBINDVIDEOIMAGENVPROC) (Display* dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer… 1126 typedef int ( * PFNGLXRELEASEVIDEOIMAGENVPROC) (Display* dpy, GLXPbuffer pbuf); 1127 typedef int ( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display* dpy, GLXPbuffer pbuf, int iBufferType, un… 1358 typedef GLXPbuffer ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display* dpy, GLXFBConfig config, unsigned … 1359 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display* dpy, GLXPbuffer pbuf); [all …]
|
/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 | 2114 static GLXPbuffer 2169 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreatePbuffer() 2178 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer() 2512 return (GLXPbuffer) xmbuf->frontxrb->pixmap; in Fake_glXCreateGLXPbufferSGIX()
|
D | glxapi.c | 412 GLXPbuffer PUBLIC 446 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/virglrenderer/src/ |
D | vrend_winsys_glx.c | 37 GLXPbuffer pbuffer;
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 2035 PUBLIC GLXPbuffer 2089 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreatePbuffer() 2098 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in glXDestroyPbuffer() 2441 return (GLXPbuffer) xmbuf->ws.drawable; in glXCreateGLXPbufferSGIX()
|