Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h52 , fMat4x3_Type(new Type(String("mat4x3"), *fFloat_Type, 4, 3))
132 fMat4x2_Type.get(), fMat4x3_Type.get(),
196 const std::unique_ptr<Type> fMat4x3_Type; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp65 case 4: return *context.fMat4x3_Type; in toCompound()