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 43 , fInt4_Type(new Type("int4", *fInt_Type, 4))
146 fInt3_Type.get(), fInt4_Type.get() }))
176 fInt3_Type.get(), fInt4_Type.get() }))
220 const std::unique_ptr<Type> fInt4_Type;
  /external/skqp/src/sksl/
SkSLContext.h 43 , fInt4_Type(new Type("int4", *fInt_Type, 4))
146 fInt3_Type.get(), fInt4_Type.get() }))
176 fInt3_Type.get(), fInt4_Type.get() }))
220 const std::unique_ptr<Type> fInt4_Type;

Completed in 144 milliseconds