Searched refs:glXCreateWindow (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
D | glx_api.c | 1885 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
/external/mesa3d/include/GL/ |
D | glx.h | 249 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/mesa/drivers/x11/ |
D | glxapi.c | 435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function 1092 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 236 GET_FNPTR_OR_ERROR(&mFnPtrs->createWindowPtr, glXCreateWindow); in initialize()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 422 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 958 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
|
D | glxcmds.c | 2484 GLX_FUNCTION(glXCreateWindow),
|
/external/swiftshader/include/GL/ |
D | glxext.h | 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 302 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow) macro
|
/external/mesa3d/docs/ |
D | versions.rst | 1474 - glXCreateWindow() wasn't fully implemented (bug 890894)
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 19999 …r = ((glXCreateWindow = (PFNGLXCREATEWINDOWPROC)glewGetProcAddress((const GLubyte*)"glXCreateWindo… in _glewInit_GLX_VERSION_1_3()
|