HomeSort by relevance Sort by last modified time
    Searched defs:modulate (Results 1 - 4 of 4) 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
  /frameworks/base/libs/hwui/
Program.h 119 // Modulate, this should only be set when setColor() return true
120 bool modulate; member in struct:android::uirenderer::ProgramDescription
161 modulate = false;
191 modulate = a < COLOR_COMPONENT_THRESHOLD || r < COLOR_COMPONENT_THRESHOLD ||
193 return modulate;
202 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
204 return modulate;
244 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 1153 void GGLAssembler::modulate( function in class:android::GGLAssembler
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 1905 GrStringBuilder modulate; local
    [all...]

Completed in 1054 milliseconds