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

  /external/icu/icu4c/source/common/unicode/
enumset.h 33 template<typename T, uint32_t minValue, uint32_t limitValue>
37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {}
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); }
48 inline const EnumSet<T,minValue,limitValue>& operator=(const EnumSet<T,minValue,limitValue>& other) {
  /external/deqp/external/openglcts/modules/common/
glcLimitTest.inl 53 DataType limitValue = DataType();
63 limitValue = getLimitValue(gl);
64 if (!isWithinBoundry(limitValue))
127 if (isEqual(limitValue, builtinValue))
138 << limitValue
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 1172 int limitValue;
1184 limitValue = parseIntLiteral(m_curTokenStr.c_str());
1187 requiredCaps.push_back(RequiredCapability(limitEnum, limitValue));
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 265 const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectDistanceSquared); // avoid overflow
274 if (crossProductSquared > limitValue)
    [all...]
  /external/skia/src/shaders/
SkPerlinNoiseShader.cpp 396 // limitValue is the maximum perlin noise array index value allowed
398 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
402 if (noiseValue >= limitValue) {
    [all...]
  /external/skqp/src/shaders/
SkPerlinNoiseShader.cpp 396 // limitValue is the maximum perlin noise array index value allowed
398 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
402 if (noiseValue >= limitValue) {
    [all...]

Completed in 3305 milliseconds