Searched defs:GLXContextID (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
H A Dglx.h171 typedef XID GLXContextID; typedef
H A 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);
/external/swiftshader/include/GL/
H A 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);

Completed in 216 milliseconds