Home
last modified time | relevance | path

Searched refs:MakeScalarType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp21 : fFloat(Type::MakeScalarType( in BuiltinTypes()
26 , fHalf(Type::MakeScalarType( in BuiltinTypes()
31 , fInt(Type::MakeScalarType( in BuiltinTypes()
36 , fUInt(Type::MakeScalarType( in BuiltinTypes()
41 , fShort(Type::MakeScalarType( in BuiltinTypes()
46 , fUShort(Type::MakeScalarType( in BuiltinTypes()
51 , fBool(Type::MakeScalarType( in BuiltinTypes()
/third_party/skia/src/sksl/ir/
DSkSLType.h133 static std::unique_ptr<Type> MakeScalarType(skstd::string_view name, const char* abbrev,
DSkSLType.cpp451 std::unique_ptr<Type> Type::MakeScalarType(skstd::string_view name, const char* abbrev, in MakeScalarType() function in SkSL::Type