Searched refs:fMat2x3_Type (Results 1 – 2 of 2) sorted by relevance
46 , fMat2x3_Type(new Type(SkString("mat2x3"), *fFloat_Type, 2, 3))129 , fMat_Type(new Type(SkString("$mat"), { fMat2x2_Type.get(), fMat2x3_Type.get(),188 const std::unique_ptr<Type> fMat2x3_Type; variable
63 case 2: return *context.fMat2x3_Type; in toCompound()