Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h60 , fDMat4x2_Type(new Type(String("dmat4x2"), *fFloat_Type, 4, 2))
136 fDMat3x4_Type.get(), fDMat4x2_Type.get(),
205 const std::unique_ptr<Type> fDMat4x2_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp90 case 4: return *context.fDMat4x2_Type; in toCompound()