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

  /external/skia/src/sksl/
SkSLContext.h 67 , fFloat2x2_Type(new Type("float2x2", *fFloat_Type, 2, 2))
162 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),
266 const std::unique_ptr<Type> fFloat2x2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 64 , fFloat2x2_Type(new Type("float2x2", *fFloat_Type, 2, 2))
159 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),
260 const std::unique_ptr<Type> fFloat2x2_Type;

Completed in 515 milliseconds