Searched refs:MakeLiteralType (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 59 , fFloatLiteral(Type::MakeLiteralType("$floatLiteral", *fFloat, /*priority=*/8)) in BuiltinTypes() 60 , fIntLiteral(Type::MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.h | 121 static std::unique_ptr<Type> MakeLiteralType(const char* name, const Type& scalarType,
|
D | SkSLType.cpp | 432 std::unique_ptr<Type> Type::MakeLiteralType(const char* name, const Type& scalarType, in MakeLiteralType() function in SkSL::Type
|