Searched refs:glXCreatePixmap (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 65 #define glXCreatePixmap mglXCreatePixmap macro
|
D | glx.h | 259 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 78 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
D | glx_api.c | 1953 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 37 glXCreatePixmap.
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 428 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap() function 1132 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 919 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
D | glxcmds.c | 2493 GLX_FUNCTION(glXCreatePixmap),
|
/external/swiftshader/include/GL/ |
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|