Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h81 case 4: return *context.fUByte4_Type; in get_type()
DSkSLType.cpp211 case 4: return *context.fUByte4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h55 , fUByte4_Type(new Type("ubyte4", *fUByte_Type, 4)) in Context()
194 fUByte3_Type.get(), fUByte4_Type.get() }))
248 const std::unique_ptr<Type> fUByte4_Type; variable