Searched refs:glXCreateWindow (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 63 #define glXCreateWindow mglXCreateWindow macro
|
D | glx.h | 267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_l…
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 78 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
D | glx_api.c | 1856 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 104 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/ |
D | glxext.h | 303 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
|
D | glxew.h | 305 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow) macro
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function 1261 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 337 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
D | glxcmds.c | 2510 GLX_FUNCTION(glXCreateWindow),
|
/external/mesa3d/docs/ |
D | VERSIONS | 1227 - glXCreateWindow() wasn't fully implemented (bug 890894)
|