HomeSort by relevance Sort by last modified time
    Searched full:fmat4x3_type (Results 1 - 2 of 2) sorted by null

  /external/skia/src/sksl/
SkSLContext.h 52 , 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;
  /external/skia/src/sksl/ir/
SkSLType.cpp 65 case 4: return *context.fMat4x3_Type;

Completed in 92 milliseconds