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

  /external/skia/src/sksl/
SkSLContext.h 62 , fFloat4x2_Type(new Type("float4x2", *fFloat_Type, 4, 2))
154 fFloat4x2_Type.get(), fFloat4x3_Type.get(),
243 const std::unique_ptr<Type> fFloat4x2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 62 , fFloat4x2_Type(new Type("float4x2", *fFloat_Type, 4, 2))
154 fFloat4x2_Type.get(), fFloat4x3_Type.get(),
243 const std::unique_ptr<Type> fFloat4x2_Type;

Completed in 255 milliseconds