Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h58 , fDMat3x3_Type(new Type(String("dmat3"), *fFloat_Type, 3, 3))
135 fDMat3x2_Type.get(), fDMat3x3_Type.get(),
203 const std::unique_ptr<Type> fDMat3x3_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp96 case 3: return *context.fDMat3x3_Type; in toCompound()