/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 68 if(this->hidden->visuals[i].visual == dvis) { 69 dbpp = this->hidden->visuals[i].bpp;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
chrome_shared.css | 179 /* Checkbox and radio hover visuals.
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
CrossHatchFilter.java | 44 * Try combining this with a cartoon edge filter to obtain manga style visuals.
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 508 * Linked list of glx visuals and fbconfigs for this screen. 510 struct glx_config *visuals, *configs; member in struct:glx_screen 568 * Configurations of visuals for all screens on this display.
|
/external/mesa3d/src/glx/ |
glxclient.h | 508 * Linked list of glx visuals and fbconfigs for this screen. 510 struct glx_config *visuals, *configs; member in struct:glx_screen 568 * Configurations of visuals for all screens on this display.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | 188 * a list of overlay visuals. Get that list now. 262 * configuration in our list of GLX visuals. 1972 XVisualInfo *visuals, visTemplate; local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 188 * a list of overlay visuals. Get that list now. 262 * configuration in our list of GLX visuals. 1972 XVisualInfo *visuals, visTemplate; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 161 * configuration in our list of GLX visuals. 941 * find any real GL visuals. Instead, all we can do is try to find an RGB 1774 XVisualInfo *visuals, visTemplate; local [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 161 * configuration in our list of GLX visuals. 941 * find any real GL visuals. Instead, all we can do is try to find an RGB 1774 XVisualInfo *visuals, visTemplate; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 220 /* TODO: check visuals or other sensible thing here */
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 220 /* TODO: check visuals or other sensible thing here */
|
/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 29 <p>The Android design principle "I should always know where I am" is key for accessibility concerns. As a user navigates through an application, they need feedback and a mental model of where they are. All users benefit from a strong sense of information hierarchy and an architecture that makes sense. Most users benefit from visual and haptic feedback during their navigation (such as labels, colors, icons, touch feedback) Low vision users benefit from explicit verbal descriptions and large visuals with high contrast.</p>
|
/external/chromium_org/third_party/mesa/src/docs/ |
VERSIONS | 43 added environment variables for selecting visuals 142 - 4-bit visuals now supported 161 - dithering in 8-bit TrueColor/DirectColor visuals 367 - TrueColor visuals how have dithering (for depths < 24 bits) 464 - fixed GLX visual handling code to avoid saving redundant visuals 499 - 32bpp True/DirectColor X visuals weren't recognized 609 - color components were reversed on big endian 32 bpp X visuals 728 - further optimized glRead/DrawPixels for 16-bit TrueColor X visuals [all...] |
/external/mesa3d/docs/ |
VERSIONS | 43 added environment variables for selecting visuals 142 - 4-bit visuals now supported 161 - dithering in 8-bit TrueColor/DirectColor visuals 367 - TrueColor visuals how have dithering (for depths < 24 bits) 464 - fixed GLX visual handling code to avoid saving redundant visuals 499 - 32bpp True/DirectColor X visuals weren't recognized 609 - color components were reversed on big endian 32 bpp X visuals 728 - further optimized glRead/DrawPixels for 16-bit TrueColor X visuals [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 258 * because we need one for single buffered visuals.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
context.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 258 * because we need one for single buffered visuals.
|
/external/mesa3d/src/mesa/main/ |
context.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 278 * type from the many visuals a display may support.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 278 * type from the many visuals a display may support.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 278 * type from the many visuals a display may support.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 786 visual = pScreen->visuals + pScreen->numVisuals; 787 while (--visual >= pScreen->visuals) { [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 786 visual = pScreen->visuals + pScreen->numVisuals; 787 while (--visual >= pScreen->visuals) { [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 26 - 1.10: added support for non-default visuals; fixed X pixel-conversion 856 Trace((stderr, "default depth is %d: checking other visuals\n", 865 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */ [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
immersive_mode_controller_ash.cc | 566 // current visuals and the new window state. Do not alter the current 567 // visuals yet and post a task to exit immersive fullscreen instead. [all...] |