Home
last modified time | relevance | path

Searched refs:GLXWindow (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/glfw/src/
Dglx_context.h71 typedef XID GLXWindow; typedef
93 typedef GLXWindow (*PFNGLXCREATEWINDOWPROC)(Display*,GLXFBConfig,Window,const int*);
94 typedef void (*PFNGLXDESTROYWINDOWPROC)(Display*,GLXWindow);
120 GLXWindow window;
/third_party/mesa3d/include/GL/
Dglx.h167 typedef XID GLXWindow; typedef
249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
252 extern void glXDestroyWindow( Display *dpy, GLXWindow window );
290 typedef GLXWindow (* PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
291 typedef void (* PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
Dglxext.h52 typedef XID GLXWindow; typedef
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
133 void glXDestroyWindow (Display *dpy, GLXWindow win);
/third_party/openGLES/extensions/EXT/
DGLX_EXT_stereo_tree.txt117 or a GLXWindow, <value> will be True if <draw> is the top-level
124 "If <draw> is not a GLXWindow or X Window and <attribute> is set
132 "If <draw> is not a valid GLXPbuffer, GLXWindow, or X Window, a
135 "To find out which GLX events are selected for a GLXWindow,
181 whether a GLXWindow or an X window id was passed to
DEXT_swap_control.txt143 glXQueryDrawable is undefined if the drawable is not a GLXWindow
168 not a GLXWindow or Window XID.
DGLX_EXT_swap_control_tear.txt128 glXQueryDrawable is undefined if the drawable is not a GLXWindow
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_stereo_tree.txt117 or a GLXWindow, <value> will be True if <draw> is the top-level
124 "If <draw> is not a GLXWindow or X Window and <attribute> is set
132 "If <draw> is not a valid GLXPbuffer, GLXWindow, or X Window, a
135 "To find out which GLX events are selected for a GLXWindow,
181 whether a GLXWindow or an X window id was passed to
DEXT_swap_control.txt143 glXQueryDrawable is undefined if the drawable is not a GLXWindow
168 not a GLXWindow or Window XID.
DGLX_EXT_swap_control_tear.txt128 glXQueryDrawable is undefined if the drawable is not a GLXWindow
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.h94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
97 void (*DestroyWindow)(Display *dpy, GLXWindow window);
Dglxapi.c434 GLXWindow PUBLIC
468 glXDestroyWindow(Display *dpy, GLXWindow window) in glXDestroyWindow()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3native.h316 GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window);
/third_party/flutter/glfw/include/GLFW/
Dglfw3native.h316 GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3native.h316 GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h52 typedef XID GLXWindow; typedef
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
133 void glXDestroyWindow (Display *dpy, GLXWindow win);
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h52 typedef XID GLXWindow; typedef
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
133 void glXDestroyWindow (Display *dpy, GLXWindow win);
/third_party/openGLES/api/GL/
Dglxext.h33 typedef XID GLXWindow; typedef
95 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
96 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
113 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
114 void glXDestroyWindow (Display *dpy, GLXWindow win);
/third_party/mesa3d/docs/relnotes/
D10.1.6.rst68 - glx: Don't crash on swap event for a Window (non-GLXWindow)
D10.2.2.rst75 - glx: Don't crash on swap event for a Window (non-GLXWindow)
/third_party/mesa3d/src/glx/
Dglx_pbuffer.c917 _GLX_PUBLIC GLXWindow
964 glXDestroyWindow(Display * dpy, GLXWindow win) in glXDestroyWindow()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp130 GLXWindow createWindow (::Window xWindow);
420 GLXWindow GlxVisual::createWindow (::Window xWindow) in createWindow()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h258 typedef XID GLXWindow; typedef
284 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const …
287 typedef void ( * PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp350 GLXWindow FunctionsGLX::createWindow(glx::FBConfig config, in createWindow()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp378 GLXWindow FunctionsGLX::createWindow(glx::FBConfig config, in createWindow()
/third_party/openGLES/extensions/NV/
DGLX_NV_delay_before_swap.txt127 not a GLXWindow or Window XID.

12