Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h63 #define glXCreateWindow mglXCreateWindow macro
Dglx.h267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
Dglxext.h532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_l…
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c78 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
Dglx_api.c1856 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c104 PFNGLXCREATEWINDOWPROC glXCreateWindow; member
852 GLX_surf->glx_drawable = GLX_drv->glXCreateWindow(GLX_dpy->dpy, in GLX_eglCreateWindowSurface()
1118 GET_PROC(PFNGLXCREATEWINDOWPROC, glXCreateWindow, EGL_FALSE); in GLX_Load()
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h303 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
Dglxew.h305 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow) macro
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function
1261 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp337 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
/external/mesa3d/src/glx/
Dglx_pbuffer.c886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
Dglxcmds.c2510 GLX_FUNCTION(glXCreateWindow),
/external/mesa3d/docs/
DVERSIONS1227 - glXCreateWindow() wasn't fully implemented (bug 890894)