Home
last modified time | relevance | path

Searched refs:Effect (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DEffects.h42 Effect::PassthroughDescription,
43 Effect::TremoloDescription,
44 Effect::VibratoDescription,
45 Effect::GainDescription,
46 Effect::FlangerDescription,
47 Effect::WhiteChorusDescription,
48 Effect::FIRDescription,
49 Effect::IIRDescription,
50 Effect::AllPassDescription,
51 Effect::DoublingDescription,
[all …]
/third_party/skia/src/gpu/
DGrFixedClip.cpp19 return Effect::kClippedOut; in preApply()
23 return Effect::kClipped; in preApply()
28 return Effect::kUnclipped; in preApply()
34 GrClip::Effect GrFixedClip::apply(GrAppliedHardClip* out, SkIRect* bounds) const { in apply()
36 return Effect::kClippedOut; in apply()
39 Effect effect = Effect::kUnclipped; in apply()
43 effect = Effect::kClipped; in apply()
50 effect = Effect::kClipped; in apply()
DGrClip.h24 enum class Effect { enum
35 Effect fEffect;
40 PreClipResult(Effect effect) : fEffect(effect), fIsRRect(false) {} in PreClipResult()
43 : fEffect(Effect::kClipped) in PreClipResult()
67 virtual Effect apply(GrRecordingContext*, skgpu::v1::SurfaceDrawContext*, GrDrawOp*, GrAAType,
89 return outside ? Effect::kClippedOut : Effect::kClipped; in preApply()
211 virtual Effect apply(GrAppliedHardClip* out, SkIRect* bounds) const = 0;
214 Effect apply(GrRecordingContext*, in apply()
221 Effect effect = this->apply(&out->hardClip(), &pixelBounds); in apply()
DGrProcessorUnitTest.h147 #define GR_DEFINE_FRAGMENT_PROCESSOR_TEST(Effect) \ argument
148 GrFragmentProcessorTestFactory Effect::gTestFactory(Effect::TestCreate, #Effect)
150 #define GR_DEFINE_GEOMETRY_PROCESSOR_TEST(Effect) \ argument
151 GrGeometryProcessorTestFactory Effect::gTestFactory(Effect::TestCreate, #Effect)
/third_party/skia/tests/
DRefCntTest.cpp89 class Effect { class
91 Effect() : fRefCnt(1) { in Effect() function in Effect
94 virtual ~Effect() {} in ~Effect()
115 static sk_sp<Effect> Create() { in Create()
116 return sk_make_sp<Effect>(); in Create()
121 sk_sp<Effect> fEffect;
123 const sk_sp<Effect>& get() const { return fEffect; } in get()
125 void set(sk_sp<Effect> value) { in set()
130 struct EffectImpl : public Effect {
138 static sk_sp<Effect> make_effect() { in make_effect()
[all …]
DGrClipStackTest.cpp1740 GrClip::Effect effect = cs.apply(context.get(), sdc.get(), NoOp::Get(), GrAAType::kCoverage, in DEF_TEST()
1743 REPORTER_ASSERT(r, effect == GrClip::Effect::kClipped); in DEF_TEST()
1804 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClippedOut, in DEF_TEST()
1809 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kUnclipped, in DEF_TEST()
1816 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClippedOut, in DEF_TEST()
1827 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kUnclipped, in DEF_TEST()
1832 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClippedOut, in DEF_TEST()
1841 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClipped && !result.fIsRRect, in DEF_TEST()
1849 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClipped && in DEF_TEST()
1861 REPORTER_ASSERT(r, result.fEffect == GrClip::Effect::kClipped && in DEF_TEST()
[all …]
/third_party/flutter/skia/tests/
DRefCntTest.cpp89 class Effect { class
91 Effect() : fRefCnt(1) { in Effect() function in Effect
94 virtual ~Effect() {} in ~Effect()
115 static sk_sp<Effect> Create() { in Create()
116 return sk_make_sp<Effect>(); in Create()
121 sk_sp<Effect> fEffect;
123 const sk_sp<Effect>& get() const { return fEffect; } in get()
125 void set(sk_sp<Effect> value) { in set()
130 struct EffectImpl : public Effect {
138 static sk_sp<Effect> make_effect() { in make_effect()
[all …]
/third_party/skia/src/gpu/v1/
DStencilClip.h42 Effect apply(GrAppliedHardClip* out, SkIRect* bounds) const final { in apply()
43 Effect effect = fFixedClip.apply(out, bounds); in apply()
44 if (effect == Effect::kClippedOut) { in apply()
46 return Effect::kClippedOut; in apply()
50 effect = Effect::kClipped; in apply()
DClipStack.cpp1205 return GrClip::Effect::kClippedOut; in preApply()
1211 return GrClip::Effect::kClippedOut; in preApply()
1214 return GrClip::Effect::kUnclipped; in preApply()
1221 return GrClip::Effect::kClippedOut; in preApply()
1225 return cs.shader() ? GrClip::Effect::kClipped : GrClip::Effect::kUnclipped; in preApply()
1248 return GrClip::Effect::kClipped; in preApply()
1256 GrClip::Effect ClipStack::apply(GrRecordingContext* rContext, in apply()
1273 return Effect::kClippedOut; in apply()
1280 return Effect::kClippedOut; in apply()
1283 return Effect::kUnclipped; in apply()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dfunc.go91 if n.Effect().Coroutine() {
120 if n.Effect().Pure() {
140 if cpp != cppNone && !n.Receiver().IsZero() && n.Effect().Pure() {
163 if k.astFunc.Effect().Coroutine() {
167 if k.astFunc.Effect().Coroutine() {
178 if n.Public() && n.Effect().Coroutine() {
187 returnsStatus: n.Effect().Coroutine() ||
269 if g.currFunk.astFunc.Effect().Pure() {
296 if g.currFunk.astFunc.Effect().Coroutine() {
306 if g.currFunk.astFunc.Effect().Coroutine() ||
[all …]
Dstatement.go36 …if (n.Kind() == a.KAssign) && (n.AsAssign().LHS() != nil) && n.AsAssign().RHS().Effect().Coroutine…
106 doWork, hack := (lhs == nil) || rhs.Effect().Coroutine(), false
144 } else if rhs.Effect().Coroutine() {
149 } else if rhs.Effect().Coroutine() {
164 if op != t.IDEqQuestion && rhs.Effect().Coroutine() {
225 if rhs.Effect().Coroutine() {
435 if g.currFunk.astFunc.Effect().Coroutine() ||
Dresume.go161 if f.Effect().Coroutine() {
274 if !n.Effect().Coroutine() {
295 if !n.Effect().Coroutine() {
302 if n.Effect().Coroutine() {
315 if n.Effect().Coroutine() {
/third_party/flutter/skia/src/gpu/
DGrProcessorUnitTest.h171 #define GR_DEFINE_FRAGMENT_PROCESSOR_TEST(Effect) \ argument
172 GrFragmentProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
174 #define GR_DEFINE_GEOMETRY_PROCESSOR_TEST(Effect) \ argument
175 GrGeometryProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DNativeInterface.kt20 import com.mobileer.androidfxlab.datatype.Effect
36 fun addEffect(effect: Effect) { in addEffect()
52 fun updateParamsAt(effect: Effect, index: Int) { in updateParamsAt()
108 private fun convertEffectToId(effect: Effect): Int =
DEffectsAdapter.kt29 import com.mobileer.androidfxlab.datatype.Effect in <lambda>()
37 val effectList = arrayListOf<Effect>() in <lambda>()
43 lateinit var effect: Effect in <lambda>()
46 fun bindEffect(bindedEffect: Effect, position: Int) { in <lambda>()
DMainActivity.kt42 import com.mobileer.androidfxlab.datatype.Effect in <lambda>()
88 val toAdd = Effect(it) in <lambda>()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h34 class Effect; variable
113 std::shared_ptr<Effect> create_default_effect();
115 std::shared_ptr<Effect> create_effect(const std::string& vertex_code,
197 class Effect {
199 Effect(ID3D11VertexShader* vsh,
212 DISALLOW_COPY_AND_ASSIGN(Effect);
265 std::shared_ptr<Effect> effect_;
Dosr_d3d11_win.cc164 Effect::Effect(ID3D11VertexShader* vsh, in Effect() function in client::d3d11::Effect
171 void Effect::bind(const std::shared_ptr<Context>& ctx) { in bind()
180 void Effect::unbind() {} in unbind()
703 std::shared_ptr<Effect> Device::create_default_effect() { in create_default_effect()
743 std::shared_ptr<Effect> Device::create_effect(const std::string& vertex_code, in create_effect()
780 return std::make_shared<Effect>(vshdr, pshdr, layout); in create_effect()
832 ScopedBinder<Effect> fx_binder(ctx, effect_); in render_texture()
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go108 func (f Flags) AsEffect() Effect { return Effect(f) }
110 type Effect uint8 type
113 EffectPure = Effect(0)
114 EffectImpure = Effect(effectBitImpure)
115 EffectImpureCoroutine = Effect(effectBitImpure | effectBitCoroutine)
120 effectMask = Effect(0xFF)
123 func (e Effect) AsFlags() Flags { return Flags(e) }
125 func (e Effect) Pure() bool { return e == 0 }
126 func (e Effect) Impure() bool { return e&effectBitImpure != 0 }
127 func (e Effect) Coroutine() bool { return e&effectBitCoroutine != 0 }
[all …]
/third_party/skia/site/docs/user/modules/
Dparticles.md140 "void effectSpawn(inout Effect effect) {",
144 "void effectUpdate(inout Effect effect) {",
179 "void effectSpawn(inout Effect effect) {",
272 "void effectSpawn(inout Effect effect) {",
301 "void effectSpawn(inout Effect effect) {",
315 "void effectUpdate(inout Effect effect) {",
354 "void effectSpawn(inout Effect effect) {",
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go71 funcEffect a.Effect
561 if condition.Effect() != 0 {
670 if condition.Effect() != 0 {
698 if lhs.Effect() != 0 {
733 if (rhs.Operator() != t.IDOpenParen) || (!rhs.Effect().Coroutine()) {
742 if p.funcEffect.WeakerThan(rhs.Effect()) {
744 rhs.Str(p.tm), rhs.Effect(), p.funcEffect, p.filename, p.line())
762 if rhs := o.RHS(); rhs.Effect() != 0 {
809 if io.Effect() != 0 {
840 if arg1.Effect() != 0 {
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DEffect.kt22 data class Effect(val effectDescription: EffectDescription) { in <lambda>() dataClass
/third_party/skia/resources/sksl/errors/
DPrecisionQualifiersDisallowed.sksl1 // Precision qualifiers are only allowed in a Runtime Effect.
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DPassthroughDescription.h22 namespace Effect {
DTremoloDescription.h21 namespace Effect {

123456