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

  /external/skia/src/sksl/
SkSLContext.h 65 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2))
155 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
247 const std::unique_ptr<Type> fHalf2x2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 65 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2))
155 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
247 const std::unique_ptr<Type> fHalf2x2_Type;

Completed in 42 milliseconds