Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h26 , fDVec3_Type(new Type(String("dvec3"), *fDouble_Type, 3)) in Context()
122 fDVec3_Type.get(), fDVec4_Type.get() }))
145 fDVec3_Type.get(), fDVec4_Type.get() }))
166 const std::unique_ptr<Type> fDVec3_Type; variable
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h33 case 3: return *context.fDVec3_Type; in index_type()
DSkSLSwizzle.h38 case 3: return *context.fDVec3_Type; in get_type()
DSkSLType.cpp82 case 3: return *context.fDVec3_Type; in toCompound()