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

  /external/skia/src/sksl/
SkSLContext.h 39 , fUInt4_Type(new Type("uint4", *fUInt_Type, 4))
148 fUInt3_Type.get(), fUInt4_Type.get() }))
178 fUInt3_Type.get(), fUInt4_Type.get() }))
215 const std::unique_ptr<Type> fUInt4_Type;
  /external/skqp/src/sksl/
SkSLContext.h 39 , fUInt4_Type(new Type("uint4", *fUInt_Type, 4))
148 fUInt3_Type.get(), fUInt4_Type.get() }))
178 fUInt3_Type.get(), fUInt4_Type.get() }))
215 const std::unique_ptr<Type> fUInt4_Type;

Completed in 87 milliseconds