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

  /external/skia/src/sksl/
SkSLContext.h 57 , fFloat2x3_Type(new Type("float2x3", *fFloat_Type, 2, 3))
151 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),
238 const std::unique_ptr<Type> fFloat2x3_Type;
  /external/skqp/src/sksl/
SkSLContext.h 57 , fFloat2x3_Type(new Type("float2x3", *fFloat_Type, 2, 3))
151 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),
238 const std::unique_ptr<Type> fFloat2x3_Type;

Completed in 47 milliseconds