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

/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h122 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
H A Dglxapi.c644 GLXVideoSourceSGIX PUBLIC
655 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
H A Dfakeglx.c2375 static GLXVideoSourceSGIX
2388 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
/external/mesa3d/include/GL/
H A Dglxext.h872 typedef XID GLXVideoSourceSGIX; typedef
874 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
875 typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
877 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
878 void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
/external/swiftshader/include/GL/
H A Dglxext.h808 typedef XID GLXVideoSourceSGIX; typedef
810 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
811 typedef void ( *PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSourceSGIX glxvideosource);
813 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
814 void glXDestroyGLXVideoSourceSGIX (Display *dpy, GLXVideoSourceSGIX glxvideosource);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2311 PUBLIC GLXVideoSourceSGIX
2325 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)

Completed in 162 milliseconds