Searched refs:GLXContextID (Results 1 – 10 of 10) 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 | glxapi.c | 679 GLXContextID PUBLIC 692 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|
D | fakeglx.c | 2406 static GLXContextID 2414 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 52 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/ |
D | glxext.h | 52 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);
|
D | glx.h | 171 typedef XID GLXContextID; typedef
|
/external/mesa3d/src/glx/ |
D | indirect_glx.c | 62 GLXContextID gc_id, GLXContextTag gc_tag, in SendMakeCurrentRequest()
|
D | glxcmds.c | 627 __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()
|
D | g_glxglvnddispatchfuncs.c | 298 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2343 PUBLIC GLXContextID 2351 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|