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

  /external/skia/src/sksl/
SkSLContext.h 59 , fFloat3x2_Type(new Type("float3x2", *fFloat_Type, 3, 2))
152 fFloat2x4_Type.get(), fFloat3x2_Type.get(),
240 const std::unique_ptr<Type> fFloat3x2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 59 , fFloat3x2_Type(new Type("float3x2", *fFloat_Type, 3, 2))
152 fFloat2x4_Type.get(), fFloat3x2_Type.get(),
240 const std::unique_ptr<Type> fFloat3x2_Type;

Completed in 41 milliseconds