Home
last modified time | relevance | path

Searched refs:fByte4_Type (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h63 case 4: return *context.fByte4_Type; in get_type()
DSkSLType.cpp178 case 4: return *context.fByte4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h59 , fByte4_Type(new Type("byte4", *fByte_Type, 4)) in Context()
192 fByte3_Type.get(), fByte4_Type.get() }))
253 const std::unique_ptr<Type> fByte4_Type; variable
DSkSLHCodeGenerator.cpp58 type == *context.fByte4_Type) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp199 type == *fContext.fByte4_Type) { in writeRuntimeValue()