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

  /external/skia/src/sksl/
SkSLContext.h 46 , fInt4_Type(new Type("int4", *fInt_Type, 4))
157 fInt3_Type.get(), fInt4_Type.get() }))
187 fInt3_Type.get(), fInt4_Type.get() }))
239 const std::unique_ptr<Type> fInt4_Type;
  /external/skqp/src/sksl/
SkSLContext.h 43 , fInt4_Type(new Type("int4", *fInt_Type, 4))
154 fInt3_Type.get(), fInt4_Type.get() }))
184 fInt3_Type.get(), fInt4_Type.get() }))
233 const std::unique_ptr<Type> fInt4_Type;

Completed in 102 milliseconds