Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLType.h157 , fComponentType(&componentType) in Type()
171 , fComponentType(&componentType) in Type()
281 SkASSERT(fComponentType); in componentType()
282 return *fComponentType; in componentType()
358 const Type* fComponentType = nullptr; variable
/external/skia/src/sksl/ir/
DSkSLType.h267 if (fComponentType) { in componentType()
268 return *fComponentType; in componentType()
430 if (fComponentType) { in highPrecision()
431 return fComponentType->highPrecision(); in highPrecision()
512 , fComponentType(&componentType) in Type()
533 , fComponentType(&componentType) in Type()
581 const Type* fComponentType = nullptr; variable