Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h197 constexpr bool Format::isSnorm() const in isSnorm() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h213 constexpr bool Format::isSnorm() const in isSnorm() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1453 bool isSnorm = false; in acceptType() local