Home
last modified time | relevance | path

Searched refs:GLXPixmap (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dglxapi.h67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
94GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
185GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Drealglx.h47 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
Dglxapi.c223 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/
Dglxapi.h67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
94GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
185GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Drealglx.h47 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
Dglxapi.c223 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/
DTODO4 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).
Dapple_glx_drawable.h80 GLXPixmap xpixmap;
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
Dglx_empty.c155 _X_EXPORT GLXPixmap
229 _X_EXPORT GLXPixmap
Dapple_glx_pixmap.c188 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/
DTODO4 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).
Dapple_glx_drawable.h80 GLXPixmap xpixmap;
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
Dglx_empty.c155 _X_EXPORT GLXPixmap
229 _X_EXPORT GLXPixmap
Dapple_glx_pixmap.c188 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/
Dglx.h179 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);
Dglxext.h534 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/
Dglx.h179 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);
Dglxext.h534 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/
Dva_glx_private.h44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
/external/mesa3d/docs/
DMESA_pixmap_colormap.spec52 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/
DMESA_pixmap_colormap.spec52 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/
DSkNativeGLContext.h75 GLXPixmap fGlxPixmap;
/external/chromium_org/third_party/skia/include/gpu/gl/
DSkNativeGLContext.h75 GLXPixmap fGlxPixmap;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1261 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/
Dglx_api.c1261 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

12