Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h27 , fDVec4_Type(new Type(String("dvec4"), *fDouble_Type, 4)) in Context()
122 fDVec3_Type.get(), fDVec4_Type.get() }))
145 fDVec3_Type.get(), fDVec4_Type.get() }))
167 const std::unique_ptr<Type> fDVec4_Type; variable
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h34 case 4: return *context.fDVec4_Type; in index_type()
DSkSLSwizzle.h39 case 4: return *context.fDVec4_Type; in get_type()
DSkSLType.cpp83 case 4: return *context.fDVec4_Type; in toCompound()