Searched refs:MakeGenericType (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 46 std::unique_ptr<Type> BuiltinTypes::MakeGenericType(const char* name, in MakeGenericType() function in SkSL::BuiltinTypes 207 , fGenType(MakeGenericType("$genType", in BuiltinTypes() 209 , fGenHType(MakeGenericType("$genHType", 212 MakeGenericType("$genIType", {fInt.get(), fInt2.get(), fInt3.get(), fInt4.get()})) 213 , fGenUType(MakeGenericType("$genUType", 215 , fGenBType(MakeGenericType("$genBType", 217 , fMat(MakeGenericType("$mat", 221 , fHMat(MakeGenericType( 225 , fSquareMat(MakeGenericType("$squareMat", 228 MakeGenericType("$squareHMat", {fHalf2x2.get(), fHalf3x3.get(), fHalf4x4.get()})) [all …]
|
D | SkSLBuiltinTypes.h | 142 static std::unique_ptr<Type> MakeGenericType(const char* name, std::vector<const Type*> types);
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 123 …Helper)Activator.CreateInstance(typeof(ExtensionReflectionHelper<,>).MakeGenericType(extension.Tar… 132 … (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()
|