Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h73 case 2: return *context.fUShort2_Type; in get_type()
DSkSLType.cpp198 case 2: return *context.fUShort2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h45 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2)) in Context()
189 , fUSVec_Type(new Type("$usvec", { fInvalid_Type.get(), fUShort2_Type.get(),
236 const std::unique_ptr<Type> fUShort2_Type; variable