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

  /external/skia/src/sksl/
SkSLContext.h 52 , fShort2_Type(new Type("short2", *fShort_Type, 2))
190 , fSVec_Type(new Type("$svec", { fInvalid_Type.get(), fShort2_Type.get(),
247 const std::unique_ptr<Type> fShort2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 49 , fShort2_Type(new Type("short2", *fShort_Type, 2))
187 , fSVec_Type(new Type("$svec", { fInvalid_Type.get(), fShort2_Type.get(),
241 const std::unique_ptr<Type> fShort2_Type;

Completed in 1008 milliseconds