Home
last modified time | relevance | path

Searched refs:GLXContextID (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h131 GLXContextID (*GetContextIDEXT)(const GLXContext context);
133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
Drealglx.h203 extern GLXContextID
210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
Dglxapi.c725 GLXContextID PUBLIC
738 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
Dfakeglx.c2487 static GLXContextID
2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
/external/mesa3d/include/GL/
Dglxext.h668 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);
Dglx.h184 typedef XID GLXContextID; typedef
/external/mesa3d/src/glx/
Dindirect_glx.c64 GLXContextID gc_id, GLXContextTag gc_tag, in SendMakeCurrentRequest()
Dglxcmds.c577 __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/
Dglx_api.c2282 PUBLIC GLXContextID
2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()