Searched refs:contextID (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx_c_exports.c | 35 DECLEXPORT(GLXContext) VBOXGLXENTRYTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID) 37 return glxim.ImportContextEXT(dpy, contextID);
|
H A D | fakedri_drv.h | 50 extern GLXContext VBOXGLXENTRYTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID) ;
|
H A D | glx_proto.h | 28 typedef GLXContext (*PGLXFUNC_ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
H A D | dri_glx.h | 39 extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID);
|
H A D | glx.c | 2768 DECLEXPORT(GLXContext) VBOXGLXTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID) 2771 (void) contextID;
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | Printstr.h | 251 CARD32 contextID B32; /* ID for context */ 755 XID contextID; member in struct:_XpContext
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 684 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID); 690 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glxext.h | 665 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID); 671 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glxext.h | 569 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
/vbox/include/VBox/HostServices/ |
H A D | glxext.h | 549 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
Completed in 102 milliseconds