Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h80 case 3: return *context.fUByte3_Type; in get_type()
DSkSLType.cpp210 case 3: return *context.fUByte3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h54 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3)) in Context()
194 fUByte3_Type.get(), fUByte4_Type.get() }))
247 const std::unique_ptr<Type> fUByte3_Type; variable