Searched refs:visual (Results 1 - 25 of 100) sorted by relevance

1234

/external/mesa3d/src/gallium/include/state_tracker/
H A Dxlib_sw_winsys.h17 Visual *visual; member in struct:xlib_drawable
H A Dst_api.h211 * Represent the visual of a framebuffer.
263 * The visual of the framebuffers the context will be bound to.
265 struct st_visual visual; member in struct:st_context_attribs
305 * The visual of a framebuffer.
307 const struct st_visual *visual; member in struct:st_framebuffer_iface
501 * Return true if the visual has the specified buffers.
504 st_visual_have_buffers(const struct st_visual *visual, unsigned mask) argument
506 return ((visual->buffer_mask & mask) == mask);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
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 Dnouveau_fbo.h48 nouveau_framebuffer_dri_new(const struct gl_config *visual);
H A Dnouveau_driver.h51 const struct gl_config *visual,
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp148 GlxWindow (GlxVisual& visual, const RenderConfig& cfg);
285 m_visual = visualInfo->visual;
361 GlxWindow::GlxWindow (GlxVisual& visual, const RenderConfig& cfg) argument
362 : m_x11Display (visual.getGlxDisplay())
364 visual.getXVisual())
365 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID()))
421 static bool configMatches (GlxVisual& visual, const RenderConfig& renderCfg) argument
424 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id;
430 requested != visual.getAttrib(it->glxAttribute))
437 if ((visual
477 configRank(GlxVisual& visual) argument
570 createDrawable(GlxVisual& visual, const RenderConfig& config) argument
[all...]
H A DtcuX11.cpp119 return info.visual;
124 Window::Window (Display& display, int width, int height, ::Visual* visual) argument
147 if (visual == DE_NULL)
148 visual = CopyFromParent;
152 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info);
157 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
171 CopyFromParent, InputOutput, visual, mask, &swa);
H A DtcuX11EglPlatform.cpp133 Visual* visual);
146 Window::Window (Display& display, const WindowParams& params, Visual* visual) argument
148 , m_window (display.getX11Display(), params.width, params.height, visual)
203 ::Visual* visual = DE_NULL; local
207 visual = display.getX11Display().getVisual(visualID);
209 return new Window(display, params, visual);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c273 st_visual_have_buffers(stfb->iface->visual, 1 << statt))
300 format = stfb->iface->visual->depth_stencil_format;
304 format = stfb->iface->visual->accum_format;
308 format = stfb->iface->visual->color_format;
316 samples = stfb->iface->visual->samples;
338 * Intialize a struct gl_config from a visual.
341 st_visual_to_context_mode(const struct st_visual *visual, argument
346 if (st_visual_have_buffers(visual, ST_ATTACHMENT_BACK_LEFT_MASK))
348 if (st_visual_have_buffers(visual,
352 if (visual
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c59 XVisualInfo visual; member in struct:ximage_surface
71 const XVisualInfo *visual; member in struct:ximage_config
267 xsurf->visual = *xconf->visual;
271 xsurf->xdraw.visual = xsurf->visual.visual;
272 xsurf->xdraw.depth = xsurf->visual.depth;
391 * Create two configs for each visual.
402 xconf->visual
[all...]
/external/jpeg/
H A Drdrle.c67 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
125 source->visual = GRAYSCALE;
128 source->visual = MAPPEDGRAY;
132 source->visual = PSEUDOCOLOR;
136 source->visual = TRUECOLOR;
140 source->visual = DIRECTCOLOR;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
157 if (source->visual != GRAYSCALE) {
270 switch (source->visual) {
[all...]
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_dynamic_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
74 same colormap and visual) with the expected results.
/external/mesa3d/src/mesa/main/
H A Dframebuffer.h35 _mesa_create_framebuffer(const struct gl_config *visual);
42 const struct gl_config *visual);
/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/gallium/state_trackers/dri/common/
H A Ddri_context.h89 const struct gl_config * visual,
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c84 printf("Error: couldn't get an RGB, Double-buffered visual\n");
88 /* See if the requirested pixel format matches the visual */
108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
115 visinfo->visual, mask, &attr );
141 xlib_handle->visual = visinfo->visual;
/external/libpng/contrib/gregbook/
H A Drpng-x.c142 static Visual *visual; variable
467 visual = visual_info.visual;
488 visual = visual_list[0].visual;
492 visual_class = visual->class;
493 visualID = XVisualIDFromVisual(visual);
499 visual = visual_info.visual;
503 RMask = visual
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c239 statt = stfbi->visual->render_buffer;
241 /* use the buffer given by the visual, unless it is unavailable */
242 if (!st_visual_have_buffers(stfbi->visual, 1 << statt)) {
254 if (!st_visual_have_buffers(stfbi->visual, 1 << statt))
286 stfb->strb->format != stdrawi->visual->color_format) {
307 stfb->strb = create_renderbuffer(stdrawi->visual->color_format);
/external/libvncserver/client_examples/
H A Dgtkvncviewer.c50 cl->format.redShift = image->visual->red_shift;
51 cl->format.greenShift = image->visual->green_shift;
52 cl->format.blueShift = image->visual->blue_shift;
54 cl->format.redMax = (1 << image->visual->red_prec) - 1;
55 cl->format.greenMax = (1 << image->visual->green_prec) - 1;
56 cl->format.blueMax = (1 << image->visual->blue_prec) - 1;
630 cl->format.redShift = image->visual->red_shift;
631 cl->format.greenShift = image->visual->green_shift;
632 cl->format.blueShift = image->visual->blue_shift;
634 cl->format.redMax = (1 << image->visual
[all...]
/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/mesa/drivers/dri/swrast/
H A Dswrast.c320 swrast_new_renderbuffer(const struct gl_config *visual, __DRIdrawable *dPriv, argument
336 pixel_format = choose_pixel_format(visual);
454 const struct gl_config * visual, GLboolean isPixmap)
479 _mesa_initialize_window_framebuffer(fb, visual);
482 frontrb = swrast_new_renderbuffer(visual, dPriv, GL_TRUE);
486 if (visual->doubleBufferMode) {
487 backrb = swrast_new_renderbuffer(visual, dPriv, GL_FALSE);
494 visual->haveDepthBuffer,
495 visual->haveStencilBuffer,
496 visual
452 dri_create_buffer(__DRIscreen * sPriv, __DRIdrawable * dPriv, const struct gl_config * visual, GLboolean isPixmap) argument
702 dri_create_context(gl_api api, const struct gl_config * visual, __DRIcontext * cPriv, unsigned major_version, unsigned minor_version, uint32_t flags, unsigned *error, void *sharedContextPrivate) argument
[all...]

Completed in 564 milliseconds

1234