Searched refs:GLXContextID (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 50 typedef XID GLXContextID; typedef 319 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); 320 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 325 GLXContextID glXGetContextIDEXT (const GLXContext context); 326 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
H A D | glx.h | 166 typedef XID GLXContextID; typedef
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 31 typedef XID GLXContextID; typedef 304 typedef GLXContextID ( *PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); 305 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID); 310 GLXContextID glXGetContextIDEXT (const GLXContext context); 311 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A 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);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A 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);
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_glx.c | 82 SendMakeCurrentRequest(Display * dpy, GLXContextID gc_id, in SendMakeCurrentRequest()
|
H A D | glxcmds.c | 288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect() 1411 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT() 1563 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
|
H A D | g_glxglvnddispatchfuncs.c | 309 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 2299 PUBLIC GLXContextID 2307 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
|
Completed in 20 milliseconds