Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_import_context.txt43 GLXContextID glXGetContextIDEXT(const GLXContext context);
45 GLXContext glXImportContextEXT(Display *dpy, GLXContextID contextID);
115 GLXContextID glXGetContextIDEXT(const GLXContext context);
125 GLXContextID contextID);
/third_party/openGLES/extensions/EXT/
DGLX_EXT_import_context.txt43 GLXContextID glXGetContextIDEXT(const GLXContext context);
45 GLXContext glXImportContextEXT(Display *dpy, GLXContextID contextID);
115 GLXContextID glXGetContextIDEXT(const GLXContext context);
125 GLXContextID contextID);
/third_party/mesa3d/include/GL/
Dglxext.h50 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);
Dglx.h166 typedef XID GLXContextID; typedef
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h50 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/
Dglxext.h50 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/openGLES/api/GL/
Dglxext.h31 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/mesa3d/docs/relnotes/
D10.0.2.rst105 - Revert "mesa: Remove GLXContextID typedef from glx.h."
/third_party/mesa3d/src/glx/
Dindirect_glx.c82 SendMakeCurrentRequest(Display * dpy, GLXContextID gc_id, in SendMakeCurrentRequest()
Dglxcmds.c288 __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()
Dg_glxglvnddispatchfuncs.c309 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c2299 PUBLIC GLXContextID
2307 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()