Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h66 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
68 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
93GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
96 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
184GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
Dglxapi.c187 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
Dfakeglx.c1363 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/
Dglx.h166 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);
Dglxext.h116 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/
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/docs/specs/
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/swiftshader/include/GL/
Dglxext.h116 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/
Dg_glxglvnddispatchfuncs.c253 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()
Dglxcmds.c675 _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
Dglx_pbuffer.c918 _GLX_PUBLIC GLXPixmap
974 glXDestroyPixmap(Display * dpy, GLXPixmap pixmap) in glXDestroyPixmap()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1330 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/
DCreatePlatformGLTestContext_glx.cpp72 GLXPixmap fGlxPixmap;
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp72 GLXPixmap fGlxPixmap;
/external/mesa3d/docs/
DVERSIONS60 - Implemented GLXPixmap functions
308 - 8-bit TrueColor GLXPixmap rendering incorrectly required a colormap