Searched refs:glXCreateGLXPixmap (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 35 #define glXCreateGLXPixmap mglXCreateGLXPixmap macro
|
D | glx.h | 216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 50 { "glXCreateGLXPixmap", (__GLXextFuncPtr) glXCreateGLXPixmap },
|
D | glx_api.c | 1262 glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in glXCreateGLXPixmap() function
|
/external/mesa3d/docs/ |
D | MESA_pixmap_colormap.spec | 39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
|
D | README.CYGWIN | 206 It is an alternative to the standard glXCreateGLXPixmap() function.
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 88 GLXCREATEGLXPIXMAPPROC glXCreateGLXPixmap; member 910 GLX_surf->glx_drawable = GLX_drv->glXCreateGLXPixmap(GLX_dpy->dpy, in GLX_eglCreatePixmapSurface() 916 GLX_surf->glx_drawable = GLX_drv->glXCreateGLXPixmap(GLX_dpy->dpy, in GLX_eglCreatePixmapSurface() 1102 GET_PROC(GLXCREATEGLXPIXMAPPROC, glXCreateGLXPixmap, EGL_TRUE); in GLX_Load()
|
/external/skia/src/gpu/gl/glx/ |
D | SkCreatePlatformGLContext_glx.cpp | 147 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap); in GLXGLContext()
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 36 operations. You can create them using glXCreateGLXPixmap or
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 224 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap() function 1233 { "glXCreateGLXPixmap", (__GLXextFuncPtr) glXCreateGLXPixmap },
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) in glXCreateGLXPixmap() function 2482 GLX_FUNCTION(glXCreateGLXPixmap),
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glxew.h | 150 extern GLXPixmap glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap);
|