HomeSort by relevance Sort by last modified time
    Searched full:newpal (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
view.c 541 byte *basepal, *newpal; local
608 newpal = pal;
617 newpal[0] = ramps[0][ir];
618 newpal[1] = ramps[1][ig];
619 newpal[2] = ramps[2][ib];
620 newpal += 3;
635 byte *basepal, *newpal; local
674 newpal = pal;
690 newpal[0] = gammatable[r];
691 newpal[1] = gammatable[g]
    [all...]
  /external/quake/quake/src/WinQuake/
view.cpp 531 byte *basepal, *newpal;
596 newpal = pal;
605 newpal[0] = ramps[0][ir];
606 newpal[1] = ramps[1][ig];
607 newpal[2] = ramps[2][ib];
608 newpal += 3;
618 byte *basepal, *newpal;
657 newpal = pal;
673 newpal[0] = gammatable[r];
674 newpal[1] = gammatable[g]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 71 void (*setpalette)(_THIS, Uint16 newpal[256][3]);
SDL_gemvideo.c 100 static void GEM_SetNewPalette(_THIS, Uint16 newpal[256][3]);
529 static void GEM_SetNewPalette(_THIS, Uint16 newpal[256][3])
538 rgb[0] = newpal[i][0];
539 rgb[1] = newpal[i][1];
540 rgb[2] = newpal[i][2];
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 812 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
824 NF->setAttributes(NewPAL);
    [all...]

Completed in 1215 milliseconds