Searched refs:isOnlyValidForIntegralTypes (Results 1 – 2 of 2) sorted by relevance
119 bool isOnlyValidForIntegralTypes() const;134 return !this->isOnlyValidForIntegralTypes(); in isAllowedInStrictES2Mode()
161 bool Operator::isOnlyValidForIntegralTypes() const { in isOnlyValidForIntegralTypes() function in SkSL::Operator362 if (this->isOnlyValidForIntegralTypes()) { in determineBinaryType()