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

/external/skia/src/sksl/ir/
H A DSkSLType.cpp90 case 4: return *context.fDMat4x2_Type;
/external/skia/src/sksl/
H A DSkSLContext.h60 , fDMat4x2_Type(new Type(SkString("dmat4x2"), *fFloat_Type, 4, 2))
136 fDMat3x4_Type.get(), fDMat4x2_Type.get(),
203 const std::unique_ptr<Type> fDMat4x2_Type; member in class:SkSL::Context

Completed in 26 milliseconds