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

  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestColoredTexture.java 45 private ColorRGBA nextColor;
65 nextColor = ColorRGBA.randomColor();
74 prevColor = nextColor;
75 nextColor = ColorRGBA.randomColor();
78 currentColor.interpolate(prevColor, nextColor, time);
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 71 // NextColor - Next "color" that's not yet used.
72 int NextColor;
83 MachineFunctionPass(ID), NextColor(-1) {
193 NextColor = AllColors.find_first();
230 assert(NextColor != -1 && "No more spill slots?");
231 Color = NextColor;
233 NextColor = AllColors.find_next(NextColor);
307 while (NextColor != -1) {
308 DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n")
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 683 dnode_color_t nextcolor = next->color; local
715 delete->color = nextcolor;
    [all...]

Completed in 77 milliseconds