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

  /external/skia/src/sksl/
SkSLContext.h 58 , fFloat2x4_Type(new Type("float2x4", *fFloat_Type, 2, 4))
152 fFloat2x4_Type.get(), fFloat3x2_Type.get(),
239 const std::unique_ptr<Type> fFloat2x4_Type;
  /external/skqp/src/sksl/
SkSLContext.h 58 , fFloat2x4_Type(new Type("float2x4", *fFloat_Type, 2, 4))
152 fFloat2x4_Type.get(), fFloat3x2_Type.get(),
239 const std::unique_ptr<Type> fFloat2x4_Type;

Completed in 352 milliseconds