Searched refs:isOnlyValidForIntegralTypes (Results 1 – 2 of 2) sorted by relevance
72 bool isOnlyValidForIntegralTypes() const;87 return !this->isOnlyValidForIntegralTypes(); in isAllowedInStrictES2Mode()
185 bool Operator::isOnlyValidForIntegralTypes() const { in isOnlyValidForIntegralTypes() function in SkSL::Operator377 if (this->isOnlyValidForIntegralTypes()) { in determineBinaryType()