HomeSort by relevance Sort by last modified time
    Searched full:truecolor (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
colors.h 3 #define PF_8A8B8G8R 3 /* 32-bit TrueColor: 8-A, 8-B, 8-G, 8-R */
4 #define PF_8R8G8B 4 /* 32-bit TrueColor: 8-R, 8-G, 8-B */
5 #define PF_5R6G5B 5 /* 16-bit TrueColor: 5-R, 6-G, 5-B bits */
  /external/mesa3d/src/mesa/drivers/windows/gdi/
colors.h 3 #define PF_8A8B8G8R 3 /* 32-bit TrueColor: 8-A, 8-B, 8-G, 8-R */
4 #define PF_8R8G8B 4 /* 32-bit TrueColor: 8-R, 8-G, 8-B */
5 #define PF_5R6G5B 5 /* 16-bit TrueColor: 5-R, 6-G, 5-B bits */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast_priv.h 128 #define PF_A8R8G8B8 1 /**< 32bpp TrueColor: 8-A, 8-R, 8-G, 8-B bits */
129 #define PF_R5G6B5 2 /**< 16bpp TrueColor: 5-R, 6-G, 5-B bits */
130 #define PF_R3G3B2 3 /**< 8bpp TrueColor: 3-R, 3-G, 2-B bits */
131 #define PF_X8R8G8B8 4 /**< 32bpp TrueColor: 8-R, 8-G, 8-B bits */
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 128 #define PF_A8R8G8B8 1 /**< 32bpp TrueColor: 8-A, 8-R, 8-G, 8-B bits */
129 #define PF_R5G6B5 2 /**< 16bpp TrueColor: 5-R, 6-G, 5-B bits */
130 #define PF_R3G3B2 3 /**< 8bpp TrueColor: 3-R, 3-G, 2-B bits */
131 #define PF_X8R8G8B8 4 /**< 32bpp TrueColor: 8-R, 8-G, 8-B bits */
  /external/libpng/contrib/pngsuite/
README 31 basn2c08.png 8-bit truecolor
32 basn2c16.png 16-bit truecolor
45 ftbbn2c16.png 16-bit truecolor, black bKGD
47 ftbgn2c16.png 16-bit truecolor, gray bKGD
49 ftbrn2c08.png 8-bit truecolor, red bKGD
54 ftp0n2c08.png 8-bit truecolor, opaque
  /external/chromium_org/media/cast/test/
linux_output_window.cc 49 // Try to establish a 24-bit TrueColor display.
52 if (XMatchVisualInfo(display_, screen, 24, TrueColor, &visual_info) == 0) {
53 VLOG(1) << "Failed to establish 24-bit TrueColor in X environment.";
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 82 // Try to establish a 24-bit TrueColor display
85 if (XMatchVisualInfo(display, screen, 24, TrueColor, &visual_info) == 0) {
86 printf("Failed to establish 24-bit TrueColor in X environment.\n");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 59 PF_Truecolor, /**< TrueColor or DirectColor, any depth */
60 PF_Dither_True, /**< TrueColor with dithering */
61 PF_8A8R8G8B, /**< 32-bit TrueColor: 8-A, 8-R, 8-G, 8-B bits */
62 PF_8A8B8G8R, /**< 32-bit TrueColor: 8-A, 8-B, 8-G, 8-R bits */
63 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */
64 PF_8R8G8B24, /**< 24-bit TrueColor: 8-R, 8-G, 8-B bits */
65 PF_5R6G5B, /**< 16-bit TrueColor: 5-R, 6-G, 5-B bits */
66 PF_Dither_5R6G5B /**< 16-bit dithered TrueColor: 5-R, 6-G, 5-B */
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 59 PF_Truecolor, /**< TrueColor or DirectColor, any depth */
60 PF_Dither_True, /**< TrueColor with dithering */
61 PF_8A8R8G8B, /**< 32-bit TrueColor: 8-A, 8-R, 8-G, 8-B bits */
62 PF_8A8B8G8R, /**< 32-bit TrueColor: 8-A, 8-B, 8-G, 8-R bits */
63 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */
64 PF_8R8G8B24, /**< 24-bit TrueColor: 8-R, 8-G, 8-B bits */
65 PF_5R6G5B, /**< 16-bit TrueColor: 5-R, 6-G, 5-B bits */
66 PF_Dither_5R6G5B /**< 16-bit dithered TrueColor: 5-R, 6-G, 5-B */
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
README.CYGWIN 101 % setenv MESA_RGB_VISUAL "TrueColor 8" // 8-bit TrueColor
106 $ export MESA_RGB_VISUAL="TrueColor 8"
xlibdriver.html 61 % setenv MESA_RGB_VISUAL "TrueColor 8" // 8-bit TrueColor
66 $ export MESA_RGB_VISUAL="TrueColor 8"
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
README.CYGWIN 101 % setenv MESA_RGB_VISUAL "TrueColor 8" // 8-bit TrueColor
106 $ export MESA_RGB_VISUAL="TrueColor 8"
xlibdriver.html 61 % setenv MESA_RGB_VISUAL "TrueColor 8" // 8-bit TrueColor
66 $ export MESA_RGB_VISUAL="TrueColor 8"
  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 47 XMatchVisualInfo(m_display, defaultScreen, , dpeth, TrueColor, visualInfo);
X11Windowing.cpp 96 XMatchVisualInfo(dpy, defaultScreen, depth, TrueColor, visualInfo);
  /external/chromium_org/third_party/libjpeg_turbo/
rdrle.c 45 * TRUECOLOR - 24 bits, 3 channel colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
136 source->visual = TRUECOLOR;
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
288 case TRUECOLOR:
  /external/jpeg/
rdrle.c 45 * TRUECOLOR - 24 bits, 3 channel colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
136 source->visual = TRUECOLOR;
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
288 case TRUECOLOR:
  /external/qemu/distrib/jpeg-6b/
rdrle.c 45 * TRUECOLOR - 24 bits, 3 channel colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
136 source->visual = TRUECOLOR;
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
288 case TRUECOLOR:
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 658 Uint32 truecolor; local
667 truecolor=PgRGB(surface->format->palette->colors[color].r,
680 truecolor = ((color & 0x00007C00UL) << 9) | /* R */
690 truecolor = ((color & 0x0000F800UL) << 8) | /* R */
701 truecolor=color & 0x00FFFFFFUL;
706 truecolor=color;
716 return truecolor;
722 Uint32 truecolor; local
730 truecolor=ph_ExpandColor(this, surface, color);
731 if (truecolor==0xFFFFFFFFUL
    [all...]
  /external/libpng/
png.5 8 common uses of TIFF. Indexed-color, grayscale, and truecolor images are
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 80 templat.class = TrueColor;
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 80 templat.class = TrueColor;
  /external/chromium_org/third_party/mesa/src/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...]

Completed in 1017 milliseconds

1 2 3