Home
last modified time | relevance | path

Searched refs:fByte2_Type (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h61 case 2: return *context.fByte2_Type; in get_type()
DSkSLType.cpp176 case 2: return *context.fByte2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h57 , fByte2_Type(new Type("byte2", *fByte_Type, 2)) in Context()
191 , fByteVec_Type(new Type("$bytevec", { fInvalid_Type.get(), fByte2_Type.get(),
251 const std::unique_ptr<Type> fByte2_Type; variable
DSkSLHCodeGenerator.cpp54 type == *context.fByte2_Type) { in ParameterCType()