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

  /external/mesa3d/include/GL/
glx_mangle.h 66 #define glXDestroyPixmap mglXDestroyPixmap
glx.h 275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx_mangle.h 66 #define glXDestroyPixmap mglXDestroyPixmap
glx.h 265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 487 extern void glXDestroyPixmap (Display *, GLXPixmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 66 #define glXDestroyPixmap mglXDestroyPixmap
glx.h 275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 531 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 80 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
glx_api.c     [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 107 PFNGLXDESTROYPIXMAPPROC glXDestroyPixmap;
927 GLX_drv->glXDestroyPixmap : GLX_drv->glXDestroyGLXPixmap;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 505 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap)
1263 { "glXDestroyPixmap", (__GLXextFuncPtr) glXDestroyPixmap },
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxext.h 306 extern void glXDestroyPixmap (Display *, GLXPixmap);
glxew.h 307 #define glXDestroyPixmap GLXEW_GET_FUN(__glewXDestroyPixmap)
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 921 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap)
glxcmds.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 482 milliseconds