Searched defs:fIVec2_Type (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/sksl/
H A DSkSLContext.h38 , fIVec2_Type(new Type(SkString("ivec2"), *fInt_Type, 2))
123 , fGenIType_Type(new Type(SkString("$genIType"), { fInt_Type.get(), fIVec2_Type.get(),
146 , fIVec_Type(new Type(SkString("$ivec"), { fInvalid_Type.get(), fIVec2_Type.get(),
178 const std::unique_ptr<Type> fIVec2_Type; member in class:SkSL::Context

Completed in 64 milliseconds