/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 66 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap); 68 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap); 93 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList); 96 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap); 138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); 184 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
|
D | glxapi.c | 187 GLXPixmap PUBLIC 210 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap() 427 GLXPixmap PUBLIC 461 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap() 734 GLXPixmap PUBLIC 994 GLXPixmap PUBLIC
|
D | fakeglx.c | 1363 static GLXPixmap 1388 static GLXPixmap 1413 Fake_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyGLXPixmap() 2006 static GLXPixmap 2117 Fake_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyPixmap() 2442 static GLXPixmap
|
/external/mesa3d/include/GL/ |
D | glx.h | 166 typedef XID GLXPixmap; typedef 203 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual, 206 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ); 259 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config, 262 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ); 297 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 298 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
|
D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 135 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap); 456 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm… 458 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 731 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config… 738 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/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/docs/specs/ |
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
|
/external/swiftshader/include/GL/ |
D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons… 117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap); 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 135 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap); 460 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm… 462 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config… 752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 253 static GLXPixmap dispatch_CreateGLXPixmapWithConfigSGIX(Display *dpy, in dispatch_CreateGLXPixmapWithConfigSGIX() 259 GLXPixmap ret; in dispatch_CreateGLXPixmapWithConfigSGIX() 614 static GLXPixmap dispatch_CreateGLXPixmapMESA(Display *dpy, in dispatch_CreateGLXPixmapMESA() 620 GLXPixmap ret; in dispatch_CreateGLXPixmapMESA()
|
D | glxcmds.c | 675 _GLX_PUBLIC GLXPixmap 692 GLXPixmap xid; in glXCreateGLXPixmap() 776 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap() 1942 _GLX_PUBLIC GLXPixmap 1950 GLXPixmap xid = None; in glXCreateGLXPixmapWithConfigSGIX() 2338 _GLX_PUBLIC GLXPixmap
|
D | glx_pbuffer.c | 918 _GLX_PUBLIC GLXPixmap 974 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1330 PUBLIC GLXPixmap 1355 PUBLIC GLXPixmap 1380 glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyGLXPixmap() 1952 PUBLIC GLXPixmap 2063 glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyPixmap() 2395 PUBLIC GLXPixmap
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 72 GLXPixmap fGlxPixmap;
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 72 GLXPixmap fGlxPixmap;
|
/external/mesa3d/docs/ |
D | VERSIONS | 60 - Implemented GLXPixmap functions 308 - 8-bit TrueColor GLXPixmap rendering incorrectly required a colormap
|