HomeSort by relevance Sort by last modified time
    Searched full:visuals (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 383 const XVisualInfo *visuals; local
386 visuals = x11_screen_get_visuals(xdpy->xscr, &num_visuals);
387 if (!visuals)
402 xconf->visual = &visuals[i];
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 37 this->visuals = 0;
  /external/chromium_org/third_party/mesa/src/docs/
envvars.html 89 <li>MESA_GLX_FORCE_CI - if set, force GLX to treat 8bpp visuals as CI visuals
versions.html 69 <li>added environment variables for selecting visuals
190 <li>4-bit visuals now supported
213 <li>dithering in 8-bit TrueColor/DirectColor visuals
463 <li>TrueColor visuals how have dithering (for depths < 24 bits)
576 <li>fixed GLX visual handling code to avoid saving redundant visuals
615 <li>32bpp True/DirectColor X visuals weren't recognized
739 <li>color components were reversed on big endian 32 bpp X visuals
886 <li>further optimized glRead/DrawPixels for 16-bit TrueColor X visuals
    [all...]
  /external/mesa3d/docs/
envvars.html 89 <li>MESA_GLX_FORCE_CI - if set, force GLX to treat 8bpp visuals as CI visuals
versions.html 69 <li>added environment variables for selecting visuals
190 <li>4-bit visuals now supported
213 <li>dithering in 8-bit TrueColor/DirectColor visuals
463 <li>TrueColor visuals how have dithering (for depths < 24 bits)
576 <li>fixed GLX visual handling code to avoid saving redundant visuals
615 <li>32bpp True/DirectColor X visuals weren't recognized
739 <li>color components were reversed on big endian 32 bpp X visuals
886 <li>further optimized glRead/DrawPixels for 16-bit TrueColor X visuals
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 615 xcb_visualtype_t *visuals; local
637 visuals = xcb_depth_visuals(d.data);
639 if (class_added[visuals[i]._class])
642 class_added[visuals[i]._class] = EGL_TRUE;
644 config_attrs[1] = visuals[i].visual_id;
645 config_attrs[3] = visuals[i]._class;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 659 psc->visuals = NULL;
668 psc->visuals = createConfigsFromProperties(dpy,
675 return psc->visuals != NULL;
750 if (psc->visuals) {
751 glx_config_destroy_list(psc->visuals);
752 psc->visuals = NULL; /* NOTE: just for paranoia */
glxcmds.c 364 config = glx_config_find_visual(psc->visuals, vis->visualid);
655 config = glx_config_find_visual(psc->visuals, vis->visualid);
707 config = glx_config_find_visual(psc->visuals, vis->visualid);
871 config = glx_config_find_visual(psc->visuals, vis->visualid);
1000 * visuals with a "transparent type" of 0 when they really mean GLX_NONE.
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 615 xcb_visualtype_t *visuals; local
637 visuals = xcb_depth_visuals(d.data);
639 if (class_added[visuals[i]._class])
642 class_added[visuals[i]._class] = EGL_TRUE;
644 config_attrs[1] = visuals[i].visual_id;
645 config_attrs[3] = visuals[i]._class;
    [all...]
  /external/mesa3d/src/glx/
glxext.c 659 psc->visuals = NULL;
668 psc->visuals = createConfigsFromProperties(dpy,
675 return psc->visuals != NULL;
750 if (psc->visuals) {
751 glx_config_destroy_list(psc->visuals);
752 psc->visuals = NULL; /* NOTE: just for paranoia */
glxcmds.c 364 config = glx_config_find_visual(psc->visuals, vis->visualid);
655 config = glx_config_find_visual(psc->visuals, vis->visualid);
707 config = glx_config_find_visual(psc->visuals, vis->visualid);
871 config = glx_config_find_visual(psc->visuals, vis->visualid);
1000 * visuals with a "transparent type" of 0 when they really mean GLX_NONE.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 77 ST_API_FEATURE_MS_VISUALS /**< support for multisample visuals */
486 * The framebuffers might be NULL, or might have different visuals than the
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 77 ST_API_FEATURE_MS_VISUALS /**< support for multisample visuals */
486 * The framebuffers might be NULL, or might have different visuals than the
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 671 if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display,
678 SDL_Visual = this->hidden->visuals[i].visual;
685 this->hidden->depth = this->hidden->visuals[i].depth;
686 vformat->BitsPerPixel = this->hidden->visuals[i].bpp;
954 if ( this->hidden->visuals[i].bpp == bpp )
961 vis = this->hidden->visuals[i].visual;
962 depth = this->hidden->visuals[i].depth;
998 /* always allocate a private colormap on non-default visuals */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 76 /* TODO: check visuals or other sensible thing here */
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_visual.c 105 * The program chose a config based on the fbconfigs or visuals.
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 76 /* TODO: check visuals or other sensible thing here */
  /external/mesa3d/src/glx/apple/
apple_visual.c 105 * The program chose a config based on the fbconfigs or visuals.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xdbeproto.h 98 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 98 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 98 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
  /external/libpng/contrib/gregbook/
rpng-x.c 21 - 1.10: added support for non-default visuals; fixed X pixel-conversion
472 Trace((stderr, "default depth is %d: checking other visuals\n",
481 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */
483 " 24-bit visuals found\n", depth);
486 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n",
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen.c 407 * visuals for all virtual hardware implementations.
418 * visuals for all virtual hardware implementations.
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 407 * visuals for all virtual hardware implementations.
418 * visuals for all virtual hardware implementations.

Completed in 1269 milliseconds

12 3 4