Lines Matching defs:make
317 std::unique_ptr<GrFragmentProcessor> make(int type, int randomTreeDepth,
328 std::unique_ptr<GrFragmentProcessor> make(int type, int randomTreeDepth,
331 return make(type, randomTreeDepth, GrTextureEffect::Make(view, alpha));
403 // (really 1/128 ~ .0078, but frequently floating point issues make that tolerance a little
586 fpGenerator.make(i, /*randomTreeDepth=*/1, inputTexture1);
613 // We can make identical copies of the test FP in order to test coverage-as-alpha.
619 fpGenerator.make(i, /*randomTreeDepth=*/1, inputTexture2),
622 fpGenerator.make(i, /*randomTreeDepth=*/1, inputTexture3),
637 render_fp(context, sdc.get(), fpGenerator.make(i, /*randomTreeDepth=*/1, inputTexture1),
750 // Print with ERRORF to make sure the encoded image is output
916 fpGenerator.make(i, /*randomTreeDepth=*/1, /*inputFP=*/nullptr);
918 fpGenerator.make(i, /*randomTreeDepth=*/1, /*inputFP=*/nullptr);