Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLOperators.cpp304 const Type& rightComponentType = right.componentType(); in determineBinaryType() local
305 if (leftComponentType.isBoolean() || rightComponentType.isBoolean()) { in determineBinaryType()
378 if (!leftComponentType.isInteger() || !rightComponentType.isInteger()) { in determineBinaryType()