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

  /external/skia/src/sksl/
SkSLContext.h 63 , fFloat4x3_Type(new Type("float4x3", *fFloat_Type, 4, 3))
154 fFloat4x2_Type.get(), fFloat4x3_Type.get(),
244 const std::unique_ptr<Type> fFloat4x3_Type;
  /external/skqp/src/sksl/
SkSLContext.h 63 , fFloat4x3_Type(new Type("float4x3", *fFloat_Type, 4, 3))
154 fFloat4x2_Type.get(), fFloat4x3_Type.get(),
244 const std::unique_ptr<Type> fFloat4x3_Type;

Completed in 416 milliseconds