Lines Matching defs:nullptr
333 void test(std::array<GrColor, 4> expected, PreTestFn preTestCallback = nullptr) {
334 auto shader = fBuilder->makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/false);
350 void test(GrColor expected, PreTestFn preTestCallback = nullptr) {
383 void test(std::array<GrColor, 4> expected, PreTestFn preTestCallback = nullptr) {
400 void test(GrColor expected, PreTestFn preTestCallback = nullptr) {
485 effect.child("child") = nullptr;
521 test_RuntimeEffect_Shaders(r, nullptr);
593 effect.child("child") = nullptr;
599 effect.child("child") = nullptr;
607 effect.child("child") = nullptr;
652 test_RuntimeEffect_Blenders(r, /*rContext=*/nullptr);
671 auto shader_0 = b.makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/false);
674 auto shader_1 = b.makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/true);
719 auto shader = b.makeShader(/*localMatrix=*/nullptr, /*isOpaque=*/false);
771 sk_sp<SkShader> nullChild = nullptr;
772 sk_sp<SkShader> child = childEffect->makeShader(/*uniforms=*/nullptr, &nullChild,
773 /*childCount=*/1, /*localMatrix=*/nullptr,
796 test_RuntimeEffectStructNameReuse(r, nullptr);
835 auto fp = GrSkSLFP::Make(effect, "test_fp", /*inputFP=*/nullptr, GrSkSLFP::OptFlags::kNone,
889 result.fp = GrSkSLFP::Make(std::move(effect), "color_fp", /*inputFP=*/nullptr,
932 /*inputFP=*/nullptr,