Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h157 , fComponentType(&componentType) in Type()
175 , fComponentType(&componentType) in Type()
189 , fComponentType(&componentType) in Type()
323 SkASSERT(fComponentType); in componentType()
324 return *fComponentType; in componentType()
406 if (fComponentType) { in highPrecision()
407 return fComponentType->highPrecision(); in highPrecision()
426 const Type* fComponentType = nullptr; variable
/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 …]