Home
last modified time | relevance | path

Searched refs:GLXVideoSourceSGIX (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h122 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
Drealglx.h192 extern GLXVideoSourceSGIX
196 _real_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src);
Dglxapi.c690 GLXVideoSourceSGIX PUBLIC
701 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()
Dfakeglx.c2456 static GLXVideoSourceSGIX
2469 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in Fake_glXDestroyGLXVideoSourceSGIX()
/external/mesa3d/include/GL/
Dglxext.h455 typedef XID GLXVideoSourceSGIX; typedef
651 extern GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer serve…
652 extern void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
654 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, V…
655 typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosou…
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2250 PUBLIC GLXVideoSourceSGIX
2264 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()