Searched defs:convertReturn (Results 1 – 2 of 2) sorted by relevance
572 std::unique_ptr<Statement> IRGenerator::convertReturn(const ASTNode& r) { in convertReturn() function in SkSL::IRGenerator
3788 …const auto convertReturn = [&loc, &node, this](TIntermTyped* result, const TSampler& sampler) -> T… in decomposeSampleMethods() local