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

  /external/skia/src/sksl/
SkSLContext.h 47 , fUShort_Type(new Type("ushort", Type::kUnsigned_NumberKind, 0))
48 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2))
49 , fUShort3_Type(new Type("ushort3", *fUShort_Type, 3))
50 , fUShort4_Type(new Type("ushort4", *fUShort_Type, 4))
241 const std::unique_ptr<Type> fUShort_Type;
  /external/skqp/src/sksl/
SkSLContext.h 44 , fUShort_Type(new Type("ushort", Type::kUnsigned_NumberKind, 0))
45 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2))
46 , fUShort3_Type(new Type("ushort3", *fUShort_Type, 3))
47 , fUShort4_Type(new Type("ushort4", *fUShort_Type, 4))
235 const std::unique_ptr<Type> fUShort_Type;

Completed in 487 milliseconds