Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h56 , fDMat2x4_Type(new Type(String("dmat2x4"), *fFloat_Type, 2, 4))
134 fDMat2x3_Type.get(), fDMat2x4_Type.get(),
201 const std::unique_ptr<Type> fDMat2x4_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp102 case 2: return *context.fDMat2x4_Type; in toCompound()