Home
last modified time | relevance | path

Searched refs:fDVec2_Type (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLContext.h25 , fDVec2_Type(new Type(String("dvec2"), *fDouble_Type, 2)) in Context()
121 , fGenDType_Type(new Type(String("$genDType"), { fDouble_Type.get(), fDVec2_Type.get(),
144 , fDVec_Type(new Type(String("$dvec"), { fInvalid_Type.get(), fDVec2_Type.get(),
165 const std::unique_ptr<Type> fDVec2_Type; variable
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h32 case 2: return *context.fDVec2_Type; in index_type()
DSkSLSwizzle.h37 case 2: return *context.fDVec2_Type; in get_type()
DSkSLType.cpp81 case 2: return *context.fDVec2_Type; in toCompound()