Searched refs:GLXPixmap (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap); 69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap); 94 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap); 139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); 185 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
|
D | realglx.h | 47 extern GLXPixmap 50 extern GLXPixmap 55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ); 131 extern GLXPixmap 136 _real_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ); 223 extern GLXPixmap
|
D | glxapi.c | 223 GLXPixmap PUBLIC 248 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap() 471 GLXPixmap PUBLIC 505 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap() 781 GLXPixmap PUBLIC 1041 GLXPixmap PUBLIC
|
D | fakeglx.c | 1437 static GLXPixmap 1462 static GLXPixmap 1487 Fake_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyGLXPixmap() 2080 static GLXPixmap 2191 Fake_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyPixmap() 2529 static GLXPixmap
|
/external/mesa3d/src/glx/apple/ |
D | TODO | 4 Verify the XError behavior of GLXPixmap support functions. 6 Test GLXPixmap support with various pixmap depths. 8 Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
|
D | apple_glx_drawable.h | 80 GLXPixmap xpixmap; 222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
|
D | glx_empty.c | 155 _X_EXPORT GLXPixmap 229 _X_EXPORT GLXPixmap
|
D | apple_glx_pixmap.c | 188 apple_glx_pixmap_query(GLXPixmap pixmap, int attr, unsigned int *value) in apple_glx_pixmap_query() 225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) in apple_glx_pixmap_destroy()
|
/external/mesa3d/include/GL/ |
D | glx.h | 179 typedef XID GLXPixmap; typedef 216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ); 272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config, 275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ); 310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 311 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
|
D | glxext.h | 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attri… 535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap); 553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, con… 554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); 684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pix… 691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX confi… 784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap… 786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pix…
|
/external/mesa3d/docs/ |
D | MESA_pixmap_colormap.spec | 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, 69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual, 72 allows one to create a GLXPixmap with a specific colormap. The image
|
D | README.CYGWIN | 203 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
|
D | VERSIONS | 60 - Implemented GLXPixmap functions 308 - 8-bit TrueColor GLXPixmap rendering incorrectly required a colormap
|
/external/skia/src/gpu/gl/glx/ |
D | SkCreatePlatformGLContext_glx.cpp | 60 GLXPixmap fGlxPixmap;
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1261 PUBLIC GLXPixmap 1286 PUBLIC GLXPixmap 1311 glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyGLXPixmap() 1886 PUBLIC GLXPixmap 1997 glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyPixmap() 2328 PUBLIC GLXPixmap
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 647 _X_EXPORT GLXPixmap 664 GLXPixmap xid; in glXCreateGLXPixmap() 742 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap() 1938 _X_EXPORT GLXPixmap 1946 GLXPixmap xid = None; in glXCreateGLXPixmapWithConfigSGIX() 2336 _X_EXPORT GLXPixmap
|
D | glx_pbuffer.c | 865 _X_EXPORT GLXPixmap 921 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 64 typedef GLXPixmap (*GLXCREATEGLXPIXMAPPROC)( Display *dpy, XVisualInfo *visual, Pixmap pixmap ); 65 typedef void (*GLXDESTROYGLXPIXMAPPROC)( Display *dpy, GLXPixmap pixmap );
|