Searched refs:glXCreateWindow (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 63 #define glXCreateWindow mglXCreateWindow macro
|
D | glx.h | 254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
D | glx_api.c | 1922 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function 1133 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 411 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 939 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
D | glxcmds.c | 2494 GLX_FUNCTION(glXCreateWindow),
|
/external/swiftshader/include/GL/ |
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/external/mesa3d/docs/ |
D | VERSIONS | 1227 - glXCreateWindow() wasn't fully implemented (bug 890894)
|