Searched refs:GLXContextID (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 130 GLXContextID (*GetContextIDEXT)(const GLXContext context); 132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
|
D | glxapi.c | 678 GLXContextID PUBLIC 691 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|
D | fakeglx.c | 2400 static GLXContextID 2408 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 50 typedef XID GLXContextID; typedef 311 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); 312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 317 GLXContextID glXGetContextIDEXT (const GLXContext context); 318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
D | glx.h | 171 typedef XID GLXContextID; typedef
|
/external/swiftshader/include/GL/ |
D | glxext.h | 50 typedef XID GLXContextID; typedef 311 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); 312 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 317 GLXContextID glXGetContextIDEXT (const GLXContext context); 318 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/external/mesa3d/src/glx/ |
D | indirect_glx.c | 65 SendMakeCurrentRequest(Display * dpy, GLXContextID gc_id, in SendMakeCurrentRequest()
|
D | glxcmds.c | 624 __glXIsDirect(Display * dpy, GLXContextID contextID) in __glXIsDirect() 1396 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() 1554 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
|
D | g_glxglvnddispatchfuncs.c | 300 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2349 PUBLIC GLXContextID 2357 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|