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

/external/skia/src/sksl/ir/
H A DSkSLType.cpp89 case 3: return *context.fDMat3x2_Type;
/external/skia/src/sksl/
H A DSkSLContext.h57 , fDMat3x2_Type(new Type(SkString("dmat3x2"), *fFloat_Type, 3, 2))
135 fDMat3x2_Type.get(), fDMat3x3_Type.get(),
200 const std::unique_ptr<Type> fDMat3x2_Type; member in class:SkSL::Context

Completed in 150 milliseconds