Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkSLDSLTest.cpp133 static SkSL::String stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() function
134 static SkSL::String stringize(DSLPossibleStatement& stmt) { return stmt.release()->description(); } in stringize() function
135 static SkSL::String stringize(DSLExpression& expr) { return expr.release()->description(); } in stringize() function
136 static SkSL::String stringize(DSLPossibleExpression& expr) { return expr.release()->description(); } in stringize() function
137 static SkSL::String stringize(DSLBlock& blck) { return blck.release()->description(); } in stringize() function
138 static SkSL::String stringize(SkSL::IRNode& node) { return node.description(); } in stringize() function
139 static SkSL::String stringize(SkSL::Program& program) { return program.description(); } in stringize() function