Home
last modified time | relevance | path

Searched defs:isNorm (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h62 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h66 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm() function