Home
last modified time | relevance | path

Searched defs:MakeBool (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLLiteral.h57 static std::unique_ptr<Literal> MakeBool(const Context& context, int line, bool value) { in MakeBool() function
63 static std::unique_ptr<Literal> MakeBool(int line, bool value, const Type* type) { in MakeBool() function