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

  /external/skia/src/sksl/
SkSLContext.h 51 , fShort_Type(new Type("short", Type::kSigned_NumberKind, 0))
52 , fShort2_Type(new Type("short2", *fShort_Type, 2))
53 , fShort3_Type(new Type("short3", *fShort_Type, 3))
54 , fShort4_Type(new Type("short4", *fShort_Type, 4))
246 const std::unique_ptr<Type> fShort_Type;
  /external/skqp/src/sksl/
SkSLContext.h 48 , fShort_Type(new Type("short", Type::kSigned_NumberKind, 0))
49 , fShort2_Type(new Type("short2", *fShort_Type, 2))
50 , fShort3_Type(new Type("short3", *fShort_Type, 3))
51 , fShort4_Type(new Type("short4", *fShort_Type, 4))
240 const std::unique_ptr<Type> fShort_Type;

Completed in 295 milliseconds