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

  /external/mesa3d/include/GL/
glx_mangle.h 63 #define glXCreateWindow mglXCreateWindow
glx.h 267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
glxext.h 532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx_mangle.h 63 #define glXCreateWindow mglXCreateWindow
glx.h 257 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
glxext.h 484 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 63 #define glXCreateWindow mglXCreateWindow
glx.h 267 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
glxext.h 528 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 78 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
glx_api.c     [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 104 PFNGLXCREATEWINDOWPROC glXCreateWindow;
852 GLX_surf->glx_drawable = GLX_drv->glXCreateWindow(GLX_dpy->dpy,
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
1261 { "glXCreateWindow", (__GLXextFuncPtr) glXCreateWindow },
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 337 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL));
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxext.h 303 extern GLXWindow glXCreateWindow (Display *, GLXFBConfig, Window, const int *);
glxew.h 305 #define glXCreateWindow GLXEW_GET_FUN(__glewXCreateWindow)
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 420 GetReqExtra(GLXCreateWindow, 8 * i, req);
886 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win,
glxcmds.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 224 milliseconds