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

  /external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.cpp 50 GLint64 minIntValue = static_cast<GLint64>(std::numeric_limits<GLint>::min());
52 GLint64 clampedValue = std::max(std::min(static_cast<GLint64>(value), maxIntValue), minIntValue);
libGLESv2.cpp     [all...]

Completed in 98 milliseconds