Lines Matching refs:src
18 #include "src/core/SkColorSpacePriv.h"
19 #include "src/core/SkRuntimeEffectPriv.h"
20 #include "src/core/SkTLazy.h"
21 #include "src/gpu/GrCaps.h"
22 #include "src/gpu/GrColor.h"
23 #include "src/gpu/GrDirectContextPriv.h"
24 #include "src/gpu/GrFragmentProcessor.h"
25 #include "src/gpu/GrImageInfo.h"
26 #include "src/gpu/SurfaceFillContext.h"
27 #include "src/gpu/effects/GrSkSLFP.h"
33 void test_invalid_effect(skiatest::Reporter* r, const char* src, const char* expected) {
34 auto [effect, errorText] = SkRuntimeEffect::MakeForShader(SkString(src));
313 void build(const char* src) {
316 auto [effect, errorText] = SkRuntimeEffect::MakeForShader(SkString(src), options);
365 void build(const char* src) {
366 auto [effect, errorText] = SkRuntimeEffect::MakeForBlender(SkString(src));
603 // Sampling a null blender should do a src-over blend. Draw 50% black over RGBW to verify this.
829 auto test = [&](const char* src, bool expectExplicit, bool expectReferencesSampleCoords) {
831 SkRuntimeEffect::MakeForShader(SkStringPrintf("uniform shader child; %s", src));