HomeSort by: relevance | last modified time | path
    Searched defs:palette (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_x11.c 44 HPALETTE palette; local
60 /* allocate a bunch of memory for the logical palette (assume 256
61 colors in a Win32 palette */
66 /* set the entries in the logical palette */
70 /* start with a copy of the current system palette */
79 /* fill in an RGBA color palette */
91 palette = CreatePalette(logical);
94 SelectPalette(XHDC, palette, FALSE);
97 return palette;
111 /* KLUDGE: set XHDC to 0 if the palette should NOT be realized afte
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
xvmc_private.h 90 /* optional palette for this subpicture */
91 struct pipe_sampler_view *palette; member in struct:__anon2214
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
xvmc_private.h 90 /* optional palette for this subpicture */
91 struct pipe_sampler_view *palette; member in struct:__anon4591
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_vga.c 56 static unsigned int palette[256]; variable
267 /* SAVE PALETTE DATA */
270 palette[i] = gfx_inb(0x3C9);
430 /* RESTORE PALETTE DATA */
433 gfx_outb(0x3C9, palette[i]);
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_xvmc.h 74 unsigned char palette[3][16]; member in struct:_i915XvMCSubpicture
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_xvmc.h 74 unsigned char palette[3][16]; member in struct:_i915XvMCSubpicture
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_vga.c 156 static unsigned int palette[256]; variable
366 /* SAVE PALETTE DATA */
370 palette[i] = gfx_inb(0x3C9);
541 /* RESTORE PALETTE DATA */
545 gfx_outb(0x3C9, palette[i]);
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_wid.c 119 if (wid->palette != -1)
121 ((wid->palette << 4) & FFBDAC_PAC2_WLUT_PTBL);
140 table->wid_pool[i].palette = -1;
237 int i, depth, direct, static_greyscale, palette, channel; local
264 palette = -1;
269 palette = 0;
272 palette = 0;
274 palette = 1;
276 palette = 2;
283 table->wid_pool[i].palette == palette &
    [all...]
ffb_dac.c 135 int i, index, palette; local
141 palette = 0;
144 palette = 0;
146 palette = 1;
148 palette = 2;
151 cluts = &p->x_dac_state.clut[256 * palette];
172 dac->cfg = FFBDAC_CFG_CLUP(palette) + index;
ffb_dac.h 77 /* Configuration and Palette DAC register addresses. */
82 #define FFBDAC_CFG_CLUP_BASE 0x2000 /* Color Lookup Palette */
158 #define FFBDAC_CFG_OVWLUT_PSEL 0x0000000f /* Palette Section, Seperate_4 */
159 #define FFBDAC_CFG_OVWLUT_PTBL 0x00000030 /* Palette Table */
160 #define FFBDAC_CFG_OVWLUT_LKUP 0x00000100 /* 1 = Use palette, 0 = Bypass */
215 #define FFBDAC_PAC2_WLUT_PTBL 0x00000030 /* Palette Table Entry */
216 #define FFBDAC_PAC2_WLUT_LKUP 0x00000100 /* 1 = Use palette, 0 = Bypass */
333 int palette; /* Only PAC2 has multiple CLUTs */ member in struct:__anon9425
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_compositor_gfx.c 349 struct ureg_src palette; local
368 palette = ureg_DECL_sampler(shader, 1);
380 * fragment.xyz = tex(texel, palette) * csc
387 ureg_TEX(shader, texel, TGSI_TEXTURE_1D, ureg_src(texel), palette);
392 TGSI_TEXTURE_1D, ureg_src(texel), palette);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_compositor_gfx.c 349 struct ureg_src palette; local
368 palette = ureg_DECL_sampler(shader, 1);
380 * fragment.xyz = tex(texel, palette) * csc
387 ureg_TEX(shader, texel, TGSI_TEXTURE_1D, ureg_src(texel), palette);
392 TGSI_TEXTURE_1D, ureg_src(texel), palette);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
torus.c 187 GLubyte palette[256 * 4 + SZ * SZ]; local
195 /* init palette */
200 palette[0] = 255;
201 palette[1] = 255;
202 palette[2] = 255;
204 palette[3] = 127;
205 palette[4] = 127;
206 palette[5] = 127;
211 palette[0] = 255;
212 palette[1] = 255
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_xvmc.h 88 unsigned char palette[3][16]; member in struct:_i915XvMCSubpicture
I810XvMC.h 169 unsigned char palette[3][16]; member in struct:_i810XvMCSubpicture
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaXvMCPriv.h 55 #define VIA_SUBPIC_PALETTE_SIZE 16 /*Number of colors in subpicture palette */
151 CARD32 palette[VIA_SUBPIC_PALETTE_SIZE]; /* YUV Palette */ member in struct:__anon9190
  /xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h 254 * the palette is stored. Not used currently.
256 * palette ::
257 * A typeless pointer to the bitmap palette; this field is intended for
269 void* palette; member in struct:FT_Bitmap_
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
I810XvMC.h 169 unsigned char palette[3][16]; member in struct:_i810XvMCSubpicture
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
I810XvMC.h 169 unsigned char palette[3][16]; member in struct:_i810XvMCSubpicture
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 60 LOCO *palette; member in struct:_xf86RandR12Info
888 randrp->palette = NULL;
913 free(randrp->palette);
1244 xf86RandR12CrtcComputeGamma(xf86CrtcPtr crtc, LOCO *palette,
1258 /* Upsampling of smaller palette to larger hw lut size */
1261 value = palette[i].red;
1275 /* Downsampling of larger palette to smaller hw lut size */
1277 value = palette[i * (palette_red_size - 1) / (crtc->gamma_size - 1)].red;
1288 /* Upsampling of smaller palette to larger hw lut size */
1291 value = palette[i].green
    [all...]
  /xsrc/external/mit/xprop/dist/
xprop.c 865 static const char palette[][4] = local
875 idx = (brightness * ((sizeof (palette)/sizeof(palette[0])) - 1)) / 1000;
877 tail += sprintf (tail, "%s%s", palette[idx], palette[idx]);
881 static const char palette[] = local
885 idx = (brightness * (sizeof(palette) - 2)) / 1000;
887 *tail++ = palette[idx];
888 *tail++ = palette[idx];
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 1286 * The current palette index, as set by @FT_Palette_Select.
1288 * palette ::
1289 * An array containing the current palette's colors.
1541 FT_Color* palette; member in struct:TT_FaceRec_
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 250 uint32_t palette[256];
338 Bool PaletteSavedOnVT; /* Palette saved on last VT switch */
253 uint32_t palette[256]; member in struct:__anon9223
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.h 669 uint32_t palette[2][256]; member in struct:__anon6870
  /xsrc/external/mit/xterm/dist/
misc.c 3133 * This provides an approximation (the closest color from xterm's palette)
4069 * Check if the palette changed and there are no more immediate changes
4083 TRACE(("forced repaint after palette changed\n"));
8256 ColorSlot *palette; local
8258 if ((palette = allocColorSlot(xw, actual)) != NULL) {
8259 GetColors(xw, &(palette->base));
8260 CopyColorSlot(&(palette->ansi[0]), screen->Acolors, MAXCOLORS);
8287 ColorSlot *palette; local
8289 if ((palette = s->palettes[actual]) != NULL) {
8291 palette->ansi
    [all...]

Completed in 51 milliseconds

1 2