Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h55 , fDMat2x3_Type(new Type(String("dmat2x3"), *fFloat_Type, 2, 3))
134 fDMat2x3_Type.get(), fDMat2x4_Type.get(),
200 const std::unique_ptr<Type> fDMat2x3_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp95 case 2: return *context.fDMat2x3_Type; in toCompound()