Searched refs:fUVec2_Type (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLSwizzle.h47 case 2: return *context.fUVec2_Type;
H A DSkSLType.cpp124 case 2: return *context.fUVec2_Type;
/external/skia/src/sksl/
H A DSkSLContext.h33 , fUVec2_Type(new Type(SkString("uvec2"), *fUInt_Type, 2))
125 , fGenUType_Type(new Type(SkString("$genUType"), { fUInt_Type.get(), fUVec2_Type.get(),
148 , fUVec_Type(new Type(SkString("$uvec"), { fInvalid_Type.get(), fUVec2_Type.get(),
173 const std::unique_ptr<Type> fUVec2_Type; member in class:SkSL::Context

Completed in 72 milliseconds