HomeSort by relevance Sort by last modified time
    Searched refs:visual (Results 26 - 50 of 303) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libogg/win32/VS6/
build_ogg_static_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 52 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/
framebuffer.h 35 _mesa_create_framebuffer(const struct gl_config *visual);
42 const struct gl_config *visual);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 114 ::Visual* Display::getVisual (VisualID visualID)
119 return info.visual;
124 Window::Window (Display& display, int width, int height, ::Visual* visual)
135 if (visual == DE_NULL)
136 visual = CopyFromParent;
140 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info);
145 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
162 CopyFromParent, InputOutput, visual, mask, &swa);
tcuX11EglPlatform.cpp 90 Visual* visual);
102 Window::Window(Display& display, const WindowParams& params, Visual* visual)
104 , m_window (display.getX11Display(), params.width, params.height, visual)
159 ::Visual* visual = DE_NULL; local
163 visual = display.getX11Display().getVisual(visualID);
165 return new Window(display, params, visual);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 23 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/d3d1x/progs/d3d11app/
d3d11x11main.cpp 23 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/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 211 * 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)
506 return ((visual->buffer_mask & mask) == mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.h 89 const struct gl_config * visual,
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 84 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 51 const struct gl_config *visual,
  /external/chromium_org/ui/gfx/x/
x11_types.cc 33 void* visual, int depth,
38 visual, depth,
65 void* visual, int depth,
96 Visual* vis = static_cast<Visual*>(visual);
163 LOG(FATAL) << "Sorry, we don't support your visual depth without "
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 211 * 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)
506 return ((visual->buffer_mask & mask) == mask);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 89 const struct gl_config * visual,
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 84 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/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 51 const struct gl_config *visual,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ActualKeyboardBuilder.java 106 final String visual = (iconId != KeyboardIconsSet.ICON_UNDEFINED) local
116 if (visual.equals(output)) {
117 return visual;
119 return visual + "|" + output;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
Xdbe.h 43 VisualID visual; /* one visual ID that supports double-buffering */ member in struct:__anon45207
44 int depth; /* depth of visual in bits */
45 int perflevel; /* performance level of visual */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xdbe.h 43 VisualID visual; /* one visual ID that supports double-buffering */ member in struct:__anon46943
44 int depth; /* depth of visual in bits */
45 int perflevel; /* performance level of visual */
  /external/libpng/contrib/gregbook/
rpng-x.c 142 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;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c 239 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/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 239 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 49 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 320 swrast_new_renderbuffer(const struct gl_config *visual, __DRIdrawable *dPriv,
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->haveAccumBuffer
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 49 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);

Completed in 1427 milliseconds

12 3 4 5 6 7 8 91011>>