Searched refs:vis (Results 1 - 25 of 39) sorted by relevance

12

/external/openssh/openbsd-compat/
H A Dvis.c1 /* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
39 #include "vis.h"
54 * vis - visually encode characters
57 vis(char *dst, int c, int flag, int nextc) function
160 dst = vis(dst, c, flag, *++src);
189 i = vis(tbuf, c, flag, *++src) - tbuf;
204 dst += vis(tbuf, c, flag, *++src) - tbuf;
217 dst = vis(dst, c, flag, *++src);
220 dst = vis(ds
[all...]
H A Dvis.h1 /* $OpenBSD: vis.h,v 1.11 2005/08/09 19:38:31 millert Exp $ */
2 /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
32 * @(#)vis.h 5.9 (Berkeley) 4/3/91
35 /* OPENBSD ORIGINAL: include/vis.h */
82 char *vis(char *, int, int, int);
H A Dsetproctitle.c46 #include <vis.h>
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c433 * \param vis the buffer's visual
439 XMesaVisual vis, Colormap cmap)
441 XMesaDisplay xmdpy = xmesa_init_display(vis->display);
455 b->ws.visual = vis->visinfo->visual;
456 b->ws.depth = vis->visinfo->depth;
458 b->xm_visual = vis;
462 get_drawable_size(vis->display, d, &width, &height);
761 struct gl_config *vis = &v->mesa_visual; local
763 vis->rgbMode = GL_TRUE;
764 vis
438 create_xmesa_buffer(Drawable d, BufferType type, XMesaVisual vis, Colormap cmap) argument
[all...]
H A Dglx_api.c379 XVisualInfo temp, *vis; local
399 vis = XGetVisualInfo( dpy, mask, &temp, &n );
405 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
406 if (_mesa_bitcount((GLuint) vis->red_mask ) <= 8 &&
407 _mesa_bitcount((GLuint) vis->green_mask) <= 8 &&
408 _mesa_bitcount((GLuint) vis->blue_mask ) <= 8) {
409 return vis;
412 XFree((void *) vis);
417 return vis;
434 XVisualInfo *vis; local
479 XVisualInfo *vis; local
665 XVisualInfo *vis; local
2364 glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) argument
[all...]
/external/libedit/src/
H A Dvis.h1 /* $NetBSD: vis.h,v 1.21 2013/02/20 17:01:15 christos Exp $ */
31 * @(#)vis.h 8.1 (Berkeley) 6/2/93
80 char *vis(char *, int, int, int);
H A Dvis.c1 /* $NetBSD: vis.c,v 1.60 2013/02/21 16:21:20 joerg Exp $ */
61 __RCSID("$NetBSD: vis.c,v 1.60 2013/02/21 16:21:20 joerg Exp $");
72 #include <vis.h>
90 * in vis(3), is that we use this to safe encode output of commands. This
256 * This is do_vis, the central code of vis.
371 * The vis conversion will be done using the wide char
608 * vis - visually encode characters
611 vis(char *mbdst, int c, int flags, int nextc) function
H A Dfilecomplete.c50 #include <vis.h>
H A Dunvis.c50 #include <vis.h>
191 * unvis - decode characters previously encoded by vis
H A Dreadline.c50 #include <vis.h>
1932 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
H A Dhistory.c53 #include <vis.h>
/external/mesa3d/src/mesa/main/
H A Dcontext.c224 struct gl_config *vis = CALLOC_STRUCT(gl_config); local
225 if (vis) {
226 if (!_mesa_initialize_visual(vis, dbFlag, stereoFlag,
232 free(vis);
236 return vis;
251 _mesa_initialize_visual( struct gl_config *vis, argument
266 assert(vis);
279 vis->rgbMode = GL_TRUE;
280 vis->doubleBufferMode = dbFlag;
281 vis
[all...]
H A Dcontext.h99 _mesa_destroy_visual( struct gl_config *vis );
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c524 XVisualInfo temp, *vis; local
544 vis = XGetVisualInfo( dpy, mask, &temp, &n );
550 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
551 if (_mesa_bitcount((GLuint) vis->red_mask ) <= 8 &&
552 _mesa_bitcount((GLuint) vis->green_mask) <= 8 &&
553 _mesa_bitcount((GLuint) vis->blue_mask ) <= 8) {
554 return vis;
557 XFree((void *) vis);
562 return vis;
580 XVisualInfo *vis; local
621 XVisualInfo *vis; local
894 XVisualInfo *vis; local
2573 Fake_glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) argument
[all...]
H A Dxm_api.c276 * \param vis the buffer's visual
282 XMesaVisual vis, XMesaColormap cmap)
292 b->display = vis->display;
293 b->xm_visual = vis;
297 _mesa_initialize_window_framebuffer(&b->mesa_buffer, &vis->mesa_visual);
303 b->frontxrb = xmesa_new_renderbuffer(NULL, 0, vis, GL_FALSE);
317 if (vis->mesa_visual.doubleBufferMode) {
318 b->backxrb = xmesa_new_renderbuffer(NULL, 0, vis, GL_TRUE);
326 b->db_mode = vis->ximage_flag ? BACK_XIMAGE : BACK_PIXMAP;
337 vis
281 create_xmesa_buffer(XMesaDrawable d, BufferType type, XMesaVisual vis, XMesaColormap cmap) argument
[all...]
H A Drealglx.h233 _real_glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis);
H A Dglxapi.c812 glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) argument
818 return (t->GetFBConfigFromVisualSGIX)(dpy, vis);
/external/mesa3d/src/glx/
H A Dglxcmds.c355 glXCreateContext(Display * dpy, XVisualInfo * vis, argument
362 struct glx_screen *const psc = GetGLXScreenConfigs(dpy, vis->screen);
364 config = glx_config_find_visual(psc->visuals, vis->visualid);
369 error.resourceID = vis->visualid;
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
382 X_GLXCreateContext, renderType, vis->screen);
648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) argument
651 int screen = vis->screen;
655 config = glx_config_find_visual(psc->visuals, vis->visualid);
657 if(apple_glx_pixmap_create(dpy, vis
861 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, int *value_return) argument
2019 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * vis) argument
[all...]
/external/guice/core/test/com/googlecode/guice/bundle/
H A DOSGiTestActivator.java494 for (Visibility vis : Visibility.values()) {
495 injector.getInstance(Key.get(api, named(vis.name())));
497 aopInjector.getInstance(Key.get(api, named(vis.name())));
/external/openssh/
H A DAndroid.mk88 openbsd-compat/vis.c \
H A Dlog.c50 # include <vis.h>
/external/mesa3d/include/GL/
H A Dglx.h203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
H A Dglxext.h687 extern GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);
694 typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/swiftshader/include/GL/
H A Dglxext.h667 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis);
674 GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis);

Completed in 566 milliseconds

12