Home
last modified time | relevance | path

Searched refs:glXCreatePixmap (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/include/GL/
Dglx_mangle.h65 #define glXCreatePixmap mglXCreatePixmap macro
Dglx.h272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
Dglxext.h534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attri…
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c77 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
Dglx_api.c1887 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES37 glXCreatePixmap.
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c106 PFNGLXCREATEPIXMAPPROC glXCreatePixmap; member
900 GLX_surf->glx_drawable = GLX_drv->glXCreatePixmap(GLX_dpy->dpy, in GLX_eglCreatePixmapSurface()
1120 GET_PROC(PFNGLXCREATEPIXMAPPROC, glXCreatePixmap, EGL_FALSE); in GLX_Load()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap() function
1260 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h305 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
Dglxew.h304 #define glXCreatePixmap GLXEW_GET_FUN(__glewXCreatePixmap) macro
/external/mesa3d/src/glx/
Dglx_pbuffer.c866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
Dglxcmds.c2509 GLX_FUNCTION(glXCreatePixmap),