Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h56 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()
196 , fUByteVec_Type(new Type("$ubytevec", { fInvalid_Type.get(), fUByte2_Type.get(),
252 const std::unique_ptr<Type> fUByte2_Type; variable
/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
/external/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()
/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()