Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h54 , fDMat2x2_Type(new Type(String("dmat2"), *fFloat_Type, 2, 2))
133 fMat4x4_Type.get(), fDMat2x2_Type.get(),
199 const std::unique_ptr<Type> fDMat2x2_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp88 case 2: return *context.fDMat2x2_Type; in toCompound()