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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
Noise.java 62 retval.put(this.modulate((sx + x) / size, (sy + y) / size, base));
68 public float modulate(float x, float y, float z) { method in class:Noise
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 1171 void GGLAssembler::modulate( function in class:android::GGLAssembler
    [all...]
  /frameworks/base/libs/hwui/
Program.h 131 // Modulate, this should only be set when setColor() return true
132 bool modulate; member in struct:android::uirenderer::ProgramDescription
181 modulate = false;
217 modulate = a < COLOR_COMPONENT_THRESHOLD;
218 return modulate;
227 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
229 return modulate;
269 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;

Completed in 53 milliseconds