Searched refs:GLXContextID (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 131 GLXContextID (*GetContextIDEXT)(const GLXContext context); 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
D | realglx.h | 203 extern GLXContextID 210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
|
D | glxapi.c | 725 GLXContextID PUBLIC 738 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|
D | fakeglx.c | 2487 static GLXContextID 2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 668 extern GLXContextID glXGetContextIDEXT (const GLXContext context); 669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID); 674 typedef GLXContextID ( * PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); 675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
|
D | glx.h | 184 typedef XID GLXContextID; typedef
|
/external/mesa3d/src/glx/ |
D | indirect_glx.c | 64 GLXContextID gc_id, GLXContextTag gc_tag, in SendMakeCurrentRequest()
|
D | glxcmds.c | 577 __glXIsDirect(Display * dpy, GLXContextID contextID) in __glXIsDirect() 1418 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() 1585 _X_EXPORT GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2282 PUBLIC GLXContextID 2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|