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

  /external/skia/src/sksl/
SkSLContext.h 39 , fUInt_Type(new Type("uint", Type::kUnsigned_NumberKind, 2, true))
40 , fUInt2_Type(new Type("uint2", *fUInt_Type, 2))
41 , fUInt3_Type(new Type("uint3", *fUInt_Type, 3))
42 , fUInt4_Type(new Type("uint4", *fUInt_Type, 4))
158 , fGenUType_Type(new Type("$genUType", { fUInt_Type.get(), fUInt2_Type.get(),
231 const std::unique_ptr<Type> fUInt_Type;
  /external/skqp/src/sksl/
SkSLContext.h 36 , fUInt_Type(new Type("uint", Type::kUnsigned_NumberKind, 1))
37 , fUInt2_Type(new Type("uint2", *fUInt_Type, 2))
38 , fUInt3_Type(new Type("uint3", *fUInt_Type, 3))
39 , fUInt4_Type(new Type("uint4", *fUInt_Type, 4))
155 , fGenUType_Type(new Type("$genUType", { fUInt_Type.get(), fUInt2_Type.get(),
225 const std::unique_ptr<Type> fUInt_Type;

Completed in 513 milliseconds