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

  /external/skia/src/sksl/ir/
SkSLType.cpp 63 case 2: return *context.fMat2x3_Type;
  /external/skia/src/sksl/
SkSLContext.h 46 , fMat2x3_Type(new Type(String("mat2x3"), *fFloat_Type, 2, 3))
129 , fMat_Type(new Type(String("$mat"), { fMat2x2_Type.get(), fMat2x3_Type.get(),
190 const std::unique_ptr<Type> fMat2x3_Type;

Completed in 295 milliseconds