Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h56 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()
203 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(),
259 const std::unique_ptr<Type> fUByte2_Type; variable
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp210 case 2: return *context.fUByte2_Type; in toCompound()
DSkSLSwizzle.h85 case 2: return *context.fUByte2_Type; in get_type()