Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h48 , fMat3x2_Type(new Type(String("mat3x2"), *fFloat_Type, 3, 2))
130 fMat2x4_Type.get(), fMat3x2_Type.get(),
192 const std::unique_ptr<Type> fMat3x2_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp57 case 3: return *context.fMat3x2_Type; in toCompound()