Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h46 , fMat2x3_Type(new Type(String("mat2x3"), *fFloat_Type, 2, 3))
129 , fMat_Type(new Type(String("$mat"), { fMat2x2_Type.get(), fMat2x3_Type.get(),
190 const std::unique_ptr<Type> fMat2x3_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp63 case 2: return *context.fMat2x3_Type; in toCompound()