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

/external/skia/src/sksl/
H A DSkSLContext.h36 , fInt_Type(new Type(SkString("int"), true, { fUInt_Type.get(), fFloat_Type.get(),
38 , fIVec2_Type(new Type(SkString("ivec2"), *fInt_Type, 2))
39 , fIVec3_Type(new Type(SkString("ivec3"), *fInt_Type, 3))
40 , fIVec4_Type(new Type(SkString("ivec4"), *fInt_Type, 4))
123 , fGenIType_Type(new Type(SkString("$genIType"), { fInt_Type.get(), fIVec2_Type.get(),
177 const std::unique_ptr<Type> fInt_Type; member in class:SkSL::Context

Completed in 176 milliseconds