Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h131 GLXContextID (*GetContextIDEXT)(const GLXContext context);
133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
Dglxapi.c679 GLXContextID PUBLIC
692 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
Dfakeglx.c2406 static GLXContextID
2414 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
/external/swiftshader/include/GL/
Dglxext.h52 typedef XID GLXContextID; typedef
281 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
282 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
287 GLXContextID glXGetContextIDEXT (const GLXContext context);
288 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
/external/mesa3d/include/GL/
Dglxext.h52 typedef XID GLXContextID; typedef
308 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
309 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
314 GLXContextID glXGetContextIDEXT (const GLXContext context);
315 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
Dglx.h171 typedef XID GLXContextID; typedef
/external/mesa3d/src/glx/
Dindirect_glx.c62 GLXContextID gc_id, GLXContextTag gc_tag, in SendMakeCurrentRequest()
Dglxcmds.c627 __glXIsDirect(Display * dpy, GLXContextID contextID) in __glXIsDirect()
1398 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
1568 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
Dg_glxglvnddispatchfuncs.c298 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c2343 PUBLIC GLXContextID
2351 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()