Home
last modified time | relevance | path

Searched refs:glXCreateWindow (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h63 #define glXCreateWindow mglXCreateWindow macro
Dglx.h254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
Dglx_api.c1922 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function
1133 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp411 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
/external/mesa3d/src/glx/
Dglx_pbuffer.c939 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
Dglxcmds.c2494 GLX_FUNCTION(glXCreateWindow),
/external/swiftshader/include/GL/
Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/mesa3d/docs/
DVERSIONS1227 - glXCreateWindow() wasn't fully implemented (bug 890894)