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

  /external/skia/src/sksl/
SkSLContext.h 50 , fMat3x4_Type(new Type(String("mat3x4"), *fFloat_Type, 3, 4))
131 fMat3x3_Type.get(), fMat3x4_Type.get(),
194 const std::unique_ptr<Type> fMat3x4_Type;
  /external/skia/src/sksl/ir/
SkSLType.cpp 71 case 3: return *context.fMat3x4_Type;

Completed in 419 milliseconds