Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.h97 , fComponentType(&componentType) in Type()
106 , fComponentType(&componentType) in Type()
174 ASSERT(fComponentType); in componentType()
175 return *fComponentType; in componentType()
248 const Type* fComponentType = nullptr; variable