Searched refs:glXCreateWindow (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglx_mangle.h63 #define glXCreateWindow mglXCreateWindow macro
H A Dglx.h267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
H A Dglxext.h532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/mesa3d/include/GL/
H A Dglx_mangle.h63 #define glXCreateWindow mglXCreateWindow macro
H A Dglx.h267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
H A Dglxext.h532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c78 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
H A Dglx_api.c1856 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, function
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c78 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
H A Dglx_api.c1856 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, function
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c104 PFNGLXCREATEWINDOWPROC glXCreateWindow; member in struct:GLX_egl_driver
852 GLX_surf->glx_drawable = GLX_drv->glXCreateWindow(GLX_dpy->dpy,
1118 GET_PROC(PFNGLXCREATEWINDOWPROC, glXCreateWindow, EGL_FALSE);
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c104 PFNGLXCREATEWINDOWPROC glXCreateWindow; member in struct:GLX_egl_driver
852 GLX_surf->glx_drawable = GLX_drv->glXCreateWindow(GLX_dpy->dpy,
1118 GET_PROC(PFNGLXCREATEWINDOWPROC, glXCreateWindow, EGL_FALSE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) function
1261 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) function
1261 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_pbuffer.c886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, function
H A Dglxcmds.c2510 GLX_FUNCTION(glXCreateWindow),
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp338 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL));
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, function
H A Dglxcmds.c2510 GLX_FUNCTION(glXCreateWindow),

Completed in 366 milliseconds