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

  /external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.cpp 51 GLint64 minIntValue = static_cast<GLint64>(std::numeric_limits<GLint>::min());
53 GLint64 clampedValue = std::max(std::min(static_cast<GLint64>(value), maxIntValue), minIntValue);
libGLESv2.cpp     [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
DMTValidator.java 734 int minIntValue = Integer.parseInt(minStrValue);
736 if (validValue && intValue < minIntValue)
    [all...]

Completed in 85 milliseconds