Home
last modified time | relevance | path

Searched refs:isOnlyValidForIntegralTypes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLOperator.h119 bool isOnlyValidForIntegralTypes() const;
134 return !this->isOnlyValidForIntegralTypes(); in isAllowedInStrictES2Mode()
DSkSLOperator.cpp161 bool Operator::isOnlyValidForIntegralTypes() const { in isOnlyValidForIntegralTypes() function in SkSL::Operator
362 if (this->isOnlyValidForIntegralTypes()) { in determineBinaryType()