Home
last modified time | relevance | path

Searched refs:fDMat4x4_Type (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLContext.h62 , fDMat4x4_Type(new Type(String("dmat4"), *fFloat_Type, 4, 4))
137 fDMat4x3_Type.get(), fDMat4x4_Type.get() }))
207 const std::unique_ptr<Type> fDMat4x4_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp104 case 4: return *context.fDMat4x4_Type; in toCompound()