Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h56 case 3: return *context.fShort3_Type; in get_type()
DSkSLType.cpp166 case 3: return *context.fShort3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h50 , fShort3_Type(new Type("short3", *fShort_Type, 3)) in Context()
188 fShort3_Type.get(), fShort4_Type.get() }))
242 const std::unique_ptr<Type> fShort3_Type; variable