Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h79 case 2: return *context.fUByte2_Type; in get_type()
DSkSLType.cpp209 case 2: return *context.fUByte2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h53 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()
193 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(),
246 const std::unique_ptr<Type> fUByte2_Type; variable