Home
last modified time | relevance | path

Searched refs:GLXPixmap (Results 1 – 17 of 17) 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);
Dglxapi.c188 GLXPixmap PUBLIC
211 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap()
428 GLXPixmap PUBLIC
462 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap()
735 GLXPixmap PUBLIC
995 GLXPixmap PUBLIC
Dfakeglx.c1365 static GLXPixmap
1390 static GLXPixmap
1415 Fake_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyGLXPixmap()
2010 static GLXPixmap
2121 Fake_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyPixmap()
2448 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.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.h118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
119 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
136 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
137 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
453 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm…
455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
728 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
735 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
/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.h118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
119 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
136 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
137 void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
404 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixm…
406 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
664 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config…
671 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c251 static GLXPixmap dispatch_CreateGLXPixmapWithConfigSGIX(Display *dpy, in dispatch_CreateGLXPixmapWithConfigSGIX()
257 GLXPixmap ret; in dispatch_CreateGLXPixmapWithConfigSGIX()
597 static GLXPixmap dispatch_CreateGLXPixmapMESA(Display *dpy, in dispatch_CreateGLXPixmapMESA()
603 GLXPixmap ret; in dispatch_CreateGLXPixmapMESA()
Dglxcmds.c678 _GLX_PUBLIC GLXPixmap
695 GLXPixmap xid; in glXCreateGLXPixmap()
779 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap()
1956 _GLX_PUBLIC GLXPixmap
1964 GLXPixmap xid = None; in glXCreateGLXPixmapWithConfigSGIX()
2352 _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.c1320 PUBLIC GLXPixmap
1345 PUBLIC GLXPixmap
1370 glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyGLXPixmap()
1944 PUBLIC GLXPixmap
2055 glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in glXDestroyPixmap()
2389 PUBLIC GLXPixmap
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp71 GLXPixmap fGlxPixmap;
/external/mesa3d/docs/
DVERSIONS60 - Implemented GLXPixmap functions
308 - 8-bit TrueColor GLXPixmap rendering incorrectly required a colormap