Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
Dglx_api.c1885 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
/external/mesa3d/include/GL/
Dglx.h249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow() function
1092 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp236 GET_FNPTR_OR_ERROR(&mFnPtrs->createWindowPtr, glXCreateWindow); in initialize()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp422 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
/external/mesa3d/src/glx/
Dglx_pbuffer.c958 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, in glXCreateWindow() function
Dglxcmds.c2484 GLX_FUNCTION(glXCreateWindow),
/external/swiftshader/include/GL/
Dglxext.h132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h302 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow) macro
/external/mesa3d/docs/
Dversions.rst1474 - glXCreateWindow() wasn't fully implemented (bug 890894)
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19999 …r = ((glXCreateWindow = (PFNGLXCREATEWINDOWPROC)glewGetProcAddress((const GLubyte*)"glXCreateWindo… in _glewInit_GLX_VERSION_1_3()