Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h59 , fDMat3x4_Type(new Type(String("dmat3x4"), *fFloat_Type, 3, 4))
136 fDMat3x4_Type.get(), fDMat4x2_Type.get(),
204 const std::unique_ptr<Type> fDMat3x4_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp103 case 3: return *context.fDMat3x4_Type; in toCompound()