HomeSort by relevance Sort by last modified time
    Searched refs:TrueColor (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 80 templat.class = TrueColor;
  /external/libdrm/tests/ttmtest/src/
ttmtest.c 407 ret = XMatchVisualInfo(ctx.display, ctx.screen, 24, TrueColor,
410 ret = XMatchVisualInfo(ctx.display, ctx.screen, 16, TrueColor,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 148 case TrueColor:
150 /* Any depth of TrueColor or DirectColor works in RGB mode */
405 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
445 if (strcmp(type,"TrueColor")==0) xclass = TrueColor;
492 case 0: visclass = TrueColor; break;
502 if (visclass==TrueColor && depth==8) {
504 /* 8-bit TrueColor */
519 if (visclass==TrueColor && depth==8) {
521 /* 8-bit TrueColor */
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 157 case TrueColor:
159 /* Any depth of TrueColor or DirectColor works in RGB mode */
550 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
591 if (strcmp(type,"TrueColor")==0) xclass = TrueColor;
634 case 0: visclass = TrueColor; break;
662 case GLX_TRUE_COLOR_EXT: visclass = TrueColor; break;
722 case GLX_TRUE_COLOR_EXT: preferred_class = TrueColor; break;
777 if (vislist->CLASS != TrueColor && vislist->CLASS != DirectColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 708 #define TrueColor 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 708 #define TrueColor 4
  /external/libpng/contrib/gregbook/
rpng-x.c 460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n",
466 (depth == 8)? PseudoColor : TrueColor, &visual_info);
481 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */
498 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info);
rpng2-x.c 845 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */
862 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 64 {15, TrueColor}, {16, TrueColor}, {24, TrueColor}
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 166 if (TrueColor != visual->class) {
167 drv_debug_msg(VIDEO_DEBUG_ERROR, "PutSurface: Default visual of X display must be TrueColor.\n");
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 279 egl_val = TrueColor;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 614 nconf->native_visual_type = TrueColor;
  /external/libvncserver/x11vnc/
screen.c 310 if (vis->class == TrueColor || vis->class == DirectColor) {
312 * Kludge to make 8bpp TrueColor & DirectColor be like
421 * TrueColor or TrueColor:24 to force a depth as well.
470 } else if (strcmp(vstring, "TrueColor") == 0) {
471 vis = TrueColor;
    [all...]
nox11.h 760 #define TrueColor 4
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 169 milliseconds