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

  /external/skia/src/sksl/
SkSLContext.h 55 , fUByte_Type(new Type("ubyte", Type::kUnsigned_NumberKind, 0))
56 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2))
57 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3))
58 , fUByte4_Type(new Type("ubyte4", *fUByte_Type, 4))
251 const std::unique_ptr<Type> fUByte_Type;
  /external/skqp/src/sksl/
SkSLContext.h 52 , fUByte_Type(new Type("ubyte", Type::kUnsigned_NumberKind, 0))
53 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2))
54 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3))
55 , fUByte4_Type(new Type("ubyte4", *fUByte_Type, 4))
245 const std::unique_ptr<Type> fUByte_Type;

Completed in 133 milliseconds