Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h75 case 4: return *context.fUShort4_Type; in get_type()
DSkSLType.cpp200 case 4: return *context.fUShort4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h47 , fUShort4_Type(new Type("ushort4", *fUShort_Type, 4)) in Context()
190 fUShort3_Type.get(), fUShort4_Type.get() }))
238 const std::unique_ptr<Type> fUShort4_Type; variable