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

  /external/mesa3d/include/GL/
glx_mangle.h 65 #define glXCreatePixmap mglXCreatePixmap
glx.h 272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
glxext.h 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx_mangle.h 65 #define glXCreatePixmap mglXCreatePixmap
glx.h 262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
glxext.h 486 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 65 #define glXCreatePixmap mglXCreatePixmap
glx.h 272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
glxext.h 530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 77 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
glx_api.c     [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 106 PFNGLXCREATEPIXMAPPROC glXCreatePixmap;
900 GLX_surf->glx_drawable = GLX_drv->glXCreatePixmap(GLX_dpy->dpy,
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
1260 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxext.h 305 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
glxew.h 304 #define glXCreatePixmap GLXEW_GET_FUN(__glewXCreatePixmap)
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap,
glxcmds.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 257 milliseconds