/external/chromium_org/third_party/mesa/src/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
|
/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
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/libva/va/glx/ |
D | va_glx_private.h | 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *); 45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
|
/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
|
/external/chromium_org/third_party/mesa/src/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
|
/external/skia/include/gpu/gl/ |
D | SkNativeGLContext.h | 75 GLXPixmap fGlxPixmap;
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
D | SkNativeGLContext.h | 75 GLXPixmap fGlxPixmap;
|
/external/chromium_org/third_party/mesa/src/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/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
|