Searched refs:glXCreateWindow (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
D | glx_api.c | 1875 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 108 #define glXCreateWindow _glfw.glx.CreateWindow macro
|
D | glx_context.c | 595 glXCreateWindow(_glfw.x11.display, native, window->x11.handle, NULL); in _glfwCreateContextGLX()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 220 GET_FNPTR_OR_ERROR(&mFnPtrs->createWindowPtr, glXCreateWindow); in initialize()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function 1092 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 236 GET_FNPTR_OR_ERROR(&mFnPtrs->createWindowPtr, glXCreateWindow); in initialize()
|
/third_party/mesa3d/src/glx/ |
D | glx_pbuffer.c | 918 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
D | glxcmds.c | 2567 GLX_FUNCTION(glXCreateWindow),
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 422 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 302 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow) macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 113 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|