Lines Matching refs:getFunction
41 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in test()
90 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in vec_test()
132 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in test()
550 auto rect_height = byteCode->getFunction("rect_height"), in DEF_TEST()
551 make_blue_rect = byteCode->getFunction("make_blue_rect"), in DEF_TEST()
552 median = byteCode->getFunction("median"), in DEF_TEST()
553 sums = byteCode->getFunction("sums"), in DEF_TEST()
554 get_rect = byteCode->getFunction("get_rect"), in DEF_TEST()
555 fill_rects = byteCode->getFunction("fill_rects"); in DEF_TEST()
636 bool result = byteCode->run(byteCode->getFunction("main"), in, nullptr, 1, nullptr, 0); in expect_run_failure()
689 auto sub = byteCode->getFunction("sub"); in DEF_TEST()
690 auto sqr = byteCode->getFunction("sqr"); in DEF_TEST()
691 auto main = byteCode->getFunction("main"); in DEF_TEST()
692 auto tan = byteCode->getFunction("tan"); in DEF_TEST()
693 auto dot3 = byteCode->getFunction("dot3_test"); in DEF_TEST()
694 auto dot2 = byteCode->getFunction("dot2_test"); in DEF_TEST()
946 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in DEF_TEST()
979 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in DEF_TEST()
1044 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in DEF_TEST()
1112 const SkSL::ByteCodeFunction* main = byteCode->getFunction("main"); in DEF_TEST()