Searched refs:fUVec2_Type (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 33 , fUVec2_Type(new Type(SkString("uvec2"), *fUInt_Type, 2)) 125 , fGenUType_Type(new Type(SkString("$genUType"), { fUInt_Type.get(), fUVec2_Type.get(), 148 , fUVec_Type(new Type(SkString("$uvec"), { fInvalid_Type.get(), fUVec2_Type.get(), 173 const std::unique_ptr<Type> fUVec2_Type; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLSwizzle.h | 47 case 2: return *context.fUVec2_Type; in get_type()
|
D | SkSLType.cpp | 124 case 2: return *context.fUVec2_Type; in toCompound()
|