Searched defs:visual (Results 1 - 25 of 54) sorted by relevance

123

/external/mesa3d/src/gallium/include/state_tracker/
H A Dxlib_sw_winsys.h17 Visual *visual; member in struct:xlib_drawable
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_context.c441 nv20_context_create(struct nouveau_screen *screen, const struct gl_config *visual, argument
455 if (!nouveau_context_init(ctx, screen, visual, share_ctx))
H A Dnv04_context.c141 nv04_context_create(struct nouveau_screen *screen, const struct gl_config *visual, argument
156 if (!nouveau_context_init(ctx, screen, visual, share_ctx))
H A Dnouveau_screen.c154 const struct gl_config *visual,
164 if (visual->redBits == 5)
166 else if (visual->alphaBits == 0)
171 fb = nouveau_framebuffer_dri_new(visual);
180 if (visual->doubleBufferMode) {
186 if (visual->depthBits == 24 && visual->stencilBits == 8) {
191 } else if (visual->depthBits == 24) {
195 } else if (visual->depthBits == 16) {
202 visual
152 nouveau_create_buffer(__DRIscreen *dri_screen, __DRIdrawable *drawable, const struct gl_config *visual, GLboolean is_pixmap) argument
[all...]
H A Dnv10_context.c430 nv10_context_create(struct nouveau_screen *screen, const struct gl_config *visual, argument
444 if (!nouveau_context_init(ctx, screen, visual, share_ctx))
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp49 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp23 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy)); local
24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c212 const struct gl_config *visual,
228 ctx = _mesa_create_context(api, visual, shareCtx, &funcs, NULL);
211 st_create_context(gl_api api, struct pipe_context *pipe, const struct gl_config *visual, struct st_context *share, const struct st_config_options *options) argument
/external/swiftshader/src/Main/
H A DFrameBufferX11.cpp60 Visual *visual = match ? x_visual.visual : libX11->XDefaultVisual(x_display, screen); local
66 x_image = libX11->XShmCreateImage(x_display, visual, depth, ZPixmap, 0, &shminfo, width, height);
92 x_image = libX11->XCreateImage(x_display, visual, depth, ZPixmap, 0, buffer, width, height, 32, width * 4);
/external/deqp/framework/platform/X11/
H A DtcuX11Xcb.cpp56 XcbWindow::XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual) argument
65 if (visual == DE_NULL)
66 visual = &m_display.getScreen()->root_visual;
81 *visual, // visual
91 *visual
H A DtcuX11.cpp140 return info.visual;
145 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual) argument
168 if (visual == DE_NULL)
169 visual = CopyFromParent;
173 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info);
178 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
192 CopyFromParent, InputOutput, visual, mask, &swa);
H A DtcuX11EglPlatform.cpp134 Visual* visual);
147 Window::Window (Display& display, const WindowParams& params, Visual* visual) argument
149 , m_window (display.getX11Display(), params.width, params.height, visual)
204 ::Visual* visual = DE_NULL; local
208 visual = display.getX11Display().getVisual(visualID);
210 return new Window(display, params, visual);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java51 public InputFile(String filename, String encoding, boolean visual) argument
55 visualOrder = visual;
H A DStatisticsTool.java41 "-v also generate statistics for visual order.\n" +
191 private void writeStatistics(ArrayList keyList, boolean visual) argument
196 (visual? "-visual.dat" : ".dat");
/external/libjpeg-turbo/
H A Drdrle.c70 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
128 source->visual = GRAYSCALE;
131 source->visual = MAPPEDGRAY;
135 source->visual = PSEUDOCOLOR;
139 source->visual = TRUECOLOR;
143 source->visual = DIRECTCOLOR;
148 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
160 if (source->visual != GRAYSCALE) {
272 switch (source->visual) {
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c49 Visual visual; member in struct:vl_xsp_screen
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen);
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_context.c60 dri_create_context(gl_api api, const struct gl_config * visual, argument
118 dri_fill_st_visual(&attribs.visual, screen, visual);
H A Ddri_drawable.c121 const struct gl_config * visual, boolean isPixmap)
133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
119 dri_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_context.c60 dri_create_context(gl_api api, const struct gl_config * visual, argument
118 dri_fill_st_visual(&attribs.visual, screen, visual);
H A Ddri_drawable.c121 const struct gl_config * visual, boolean isPixmap)
133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
119 dri_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) argument
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_context.c60 dri_create_context(gl_api api, const struct gl_config * visual, argument
118 dri_fill_st_visual(&attribs.visual, screen, visual);
H A Ddri_drawable.c121 const struct gl_config * visual, boolean isPixmap)
133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
119 dri_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) argument
H A Ddrisw.c330 const struct gl_config * visual, boolean isPixmap)
334 if (!dri_create_buffer(sPriv, dPriv, visual, isPixmap))
328 drisw_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, boolean isPixmap) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c57 * A depth/stencil rb will be needed regardless of what the visual says.
88 const void *visual,
87 vg_create_context(struct pipe_context *pipe, const void *visual, struct vg_context *share) argument
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c68 Visual *visual; member in struct:xlib_displaytarget
161 xmb->visual,
208 xmb->visual,

Completed in 1281 milliseconds

123