Home
last modified time | relevance | path

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

/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
Dfakeglx.c1437 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/
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/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
DREADME.CYGWIN203 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
DVERSIONS60 - Implemented GLXPixmap functions
308 - 8-bit TrueColor GLXPixmap rendering incorrectly required a colormap
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp60 GLXPixmap fGlxPixmap;
/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
/external/mesa3d/src/glx/
Dglxcmds.c647 _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
Dglx_pbuffer.c865 _X_EXPORT GLXPixmap
921 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c64 typedef GLXPixmap (*GLXCREATEGLXPIXMAPPROC)( Display *dpy, XVisualInfo *visual, Pixmap pixmap );
65 typedef void (*GLXDESTROYGLXPIXMAPPROC)( Display *dpy, GLXPixmap pixmap );