Searched refs:fDVec2_Type (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 25 , fDVec2_Type(new Type(SkString("dvec2"), *fDouble_Type, 2)) in Context() 121 , fGenDType_Type(new Type(SkString("$genDType"), { fDouble_Type.get(), fDVec2_Type.get(), 144 , fDVec_Type(new Type(SkString("$dvec"), { fInvalid_Type.get(), fDVec2_Type.get(), 163 const std::unique_ptr<Type> fDVec2_Type; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.h | 32 case 2: return *context.fDVec2_Type; in index_type()
|
D | SkSLSwizzle.h | 35 case 2: return *context.fDVec2_Type; in get_type()
|
D | SkSLType.cpp | 81 case 2: return *context.fDVec2_Type; in toCompound()
|