Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLType.cpp31 , fComponentType(componentType) in ArrayType()
44 return fComponentType; in componentType()
56 return fComponentType.isPrivate(); in isPrivate()
60 return fComponentType.isAllowedInES2(); in isAllowedInES2()
65 return fCount * fComponentType.slotCount(); in slotCount()
71 const Type& fComponentType; member in SkSL::ArrayType
204 , fComponentType(componentType.as<ScalarType>()) in MatrixType()
212 return fComponentType; in componentType()
242 const ScalarType& fComponentType; member in SkSL::MatrixType
377 , fComponentType(componentType.as<ScalarType>()) in VectorType()
[all …]