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

/external/skia/src/sksl/ir/
H A DSkSLType.cpp65 case 4: return *context.fMat4x3_Type;
/external/skia/src/sksl/
H A DSkSLContext.h52 , fMat4x3_Type(new Type(SkString("mat4x3"), *fFloat_Type, 4, 3))
132 fMat4x2_Type.get(), fMat4x3_Type.get(),
194 const std::unique_ptr<Type> fMat4x3_Type; member in class:SkSL::Context

Completed in 124 milliseconds