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

  /external/skia/src/sksl/
SkSLContext.h 48 , fMat3x2_Type(new Type(String("mat3x2"), *fFloat_Type, 3, 2))
130 fMat2x4_Type.get(), fMat3x2_Type.get(),
192 const std::unique_ptr<Type> fMat3x2_Type;
  /external/skia/src/sksl/ir/
SkSLType.cpp 57 case 3: return *context.fMat3x2_Type;

Completed in 737 milliseconds