Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h57 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3)) in Context()
197 fUByte3_Type.get(), fUByte4_Type.get() }))
253 const std::unique_ptr<Type> fUByte3_Type; variable
/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
/external/skia/src/sksl/ir/
DSkSLType.cpp211 case 3: return *context.fUByte3_Type; in toCompound()
DSkSLSwizzle.h86 case 3: return *context.fUByte3_Type; in get_type()
/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()