Searched refs:fDMat4x3_Type (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLType.cpp97 case 4: return *context.fDMat4x3_Type;
/external/skia/src/sksl/
H A DSkSLContext.h61 , fDMat4x3_Type(new Type(SkString("dmat4x3"), *fFloat_Type, 4, 3))
137 fDMat4x3_Type.get(), fDMat4x4_Type.get() }))
204 const std::unique_ptr<Type> fDMat4x3_Type; member in class:SkSL::Context

Completed in 26 milliseconds