Home
last modified time | relevance | path

Searched defs:IntegerPart (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp140 class IntegerPart class
143 IntegerPart() : mPart(0), mWildcard(true) {} in IntegerPart() function in angle::IntegerPart
144 IntegerPart(uint32_t part) : mPart(part), mWildcard(false) {} in IntegerPart() function in angle::IntegerPart
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp157 class IntegerPart class
161 explicit IntegerPart(uint32_t part) : mPart(part), mWildcard(false) {} in IntegerPart() function in angle::IntegerPart
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl383 genType IntegerPart = static_cast<genType>(Integer); local