Searched refs:GLXVideoSourceSGIX (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h121 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
122 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
H A Dglxapi.c643 GLXVideoSourceSGIX PUBLIC
654 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
H A Dfakeglx.c2370 static GLXVideoSourceSGIX
2383 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h121 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
122 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
H A Dglxapi.c639 GLXVideoSourceSGIX PUBLIC
650 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
H A Dfakeglx.c2336 static GLXVideoSourceSGIX
2349 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h889 typedef XID GLXVideoSourceSGIX; typedef in typeref:typename:XID
891 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
892 typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
894 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
895 void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h905 typedef XID GLXVideoSourceSGIX; typedef in typeref:typename:XID
907 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
908 typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
910 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
911 void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h39 typedef XID GLXVideoSourceSGIX; typedef in typeref:typename:XID
515 typedef void (GLAPIENTRY *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC)(Display * dpy, GLXVideoSourceSGIX glxvideosource);
684 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXDestroyGLXVideoSourceSGIX)(Display * dpy, GLXVideoSourceSGIX glxvideosource);
H A Dglx_generated_dispatch.c4256 GEN_THUNKS(glXDestroyGLXVideoSourceSGIX, (Display * dpy, GLXVideoSourceSGIX glxvideosource), (dpy, glxvideosource))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2320 PUBLIC GLXVideoSourceSGIX
2334 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c2267 PUBLIC GLXVideoSourceSGIX
2281 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)

Completed in 30 milliseconds