HomeSort by relevance Sort by last modified time
    Searched refs:glXCreateWindow (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/include/GL/
glx_mangle.h 63 #define glXCreateWindow mglXCreateWindow
glx.h 254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
glxext.h 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 79 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
glx_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
1133 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 411 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL));
  /external/mesa3d/src/glx/
glx_pbuffer.c 470 GetReqExtra(GLXCreateWindow, 8 * i, req);
939 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win,
glxcmds.c     [all...]
  /external/swiftshader/include/GL/
glxext.h 132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
    [all...]

Completed in 2567 milliseconds