HomeSort by: relevance | last modified time | path
    Searched refs:blueShift (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/glx/
glxconfig.h 41 GLuint redShift, greenShift, blueShift, alphaShift;
  /xsrc/external/mit/freetype/dist/src/psaux/
psblues.h 157 CF2_Fixed blueShift;
psft.h 90 CF2_Fixed* blueShift,
psblues.c 102 &blues->blueShift,
457 * 2) If overshoot is not suppressed and `BlueShift' requires
504 blues->blueShift )
539 blues->blueShift )
psft.c 551 CF2_Fixed* blueShift,
559 *blueShift = cf2_intToFixed(
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidac.c 383 int blueShift = 8 - pATI->weight.blue;
387 int blueMult = 3 << blueShift;
398 if (minShift > blueShift)
399 minShift = blueShift;
  /xsrc/external/mit/xwd/dist/
multiVis.c 171 int redShift, greenShift, blueShift;
187 blueShift = 0;
189 blueShift++;
194 *bShift = blueShift;
201 colors[i].pixel |= (i << blueShift);
203 colors[i].pixel = (i<<redShift)|(i<<greenShift)|(i<<blueShift);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
utils.c 335 modes->blueShift = shifts[2];
506 __ATTRIB(__DRI_ATTRIB_BLUE_SHIFT, blueShift);
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 250 int redShift, greenShift, blueShift;
savage_driver.c 3419 psav->overlay.blueShift = visual->offsetBlue + c_s;
4300 | (Shift(b,psav->overlay.blueShift) & psav->overlay.blueMask));
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.c 1462 check_component(blueShift);
mtypes.h 167 GLint redShift, greenShift, blueShift, alphaShift;

Completed in 23 milliseconds