Searched refs:effect (Results 51 - 75 of 223) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.h126 * attribute, or a coverage effect) but may not have specified it yet.
192 /// Each stage hosts a GrProcessor. The effect produces an output color or coverage in the
210 const GrFragmentProcessor* addColorProcessor(const GrFragmentProcessor* effect) { argument
211 SkASSERT(effect);
212 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrFragmentStage, (effect));
214 return effect;
217 const GrFragmentProcessor* addCoverageProcessor(const GrFragmentProcessor* effect) { argument
218 SkASSERT(effect);
219 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrFragmentStage, (effect));
221 return effect;
[all...]
/external/skia/src/effects/
H A DSkLumaColorFilter.cpp64 AutoEffectUnref effect(SkNEW(LumaColorFilterEffect));
65 return CreateEffectRef(effect);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_mixer.c117 /* need to clear other side-chain effect buffers (chorus & reverb) */
143 if (pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effect)
179 /* enhancer effect */
181 (*pEASData->effectsModules[EAS_MODULE_ENHANCER].effect->pfProcess)
189 /* graphic EQ effect */
191 (*pEASData->effectsModules[EAS_MODULE_GRAPHIC_EQ].effect->pfProcess)
199 /* compressor effect */
201 (*pEASData->effectsModules[EAS_MODULE_COMPRESSOR].effect->pfProcess)
214 (*pEASData->effectsModules[EAS_MODULE_WOW].effect->pfProcess)
222 /* ToneControlEQ effect */
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_mixer.c117 /* need to clear other side-chain effect buffers (chorus & reverb) */
143 if (pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effect)
179 /* enhancer effect */
181 (*pEASData->effectsModules[EAS_MODULE_ENHANCER].effect->pfProcess)
189 /* graphic EQ effect */
191 (*pEASData->effectsModules[EAS_MODULE_GRAPHIC_EQ].effect->pfProcess)
199 /* compressor effect */
201 (*pEASData->effectsModules[EAS_MODULE_COMPRESSOR].effect->pfProcess)
214 (*pEASData->effectsModules[EAS_MODULE_WOW].effect->pfProcess)
222 /* ToneControlEQ effect */
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mixer.c117 /* need to clear other side-chain effect buffers (chorus & reverb) */
143 if (pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effect)
179 /* enhancer effect */
181 (*pEASData->effectsModules[EAS_MODULE_ENHANCER].effect->pfProcess)
189 /* graphic EQ effect */
191 (*pEASData->effectsModules[EAS_MODULE_GRAPHIC_EQ].effect->pfProcess)
199 /* compressor effect */
201 (*pEASData->effectsModules[EAS_MODULE_COMPRESSOR].effect->pfProcess)
214 (*pEASData->effectsModules[EAS_MODULE_WOW].effect->pfProcess)
222 /* ToneControlEQ effect */
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dex.stdout.exp8 ------- EX 0,... has no effect (writes out target)
H A Dexrl.stdout.exp8 ------- EXRL 0,... has no effect (writes out target)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEColorMatrixElement.cpp72 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
74 FEColorMatrix* colorMatrix = static_cast<FEColorMatrix*>(effect);
144 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues); local
145 effect->inputEffects().append(input1);
146 return effect.release();
H A DSVGFEDisplacementMapElement.cpp97 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
99 FEDisplacementMap* displacementMap = static_cast<FEDisplacementMap*>(effect);
141 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, m_xChannelSelector->currentValue()->enumValue(), m_yChannelSelector->currentValue()->enumValue(), m_scale->currentValue()->value());
142 FilterEffectVector& inputEffects = effect->inputEffects();
146 return effect.release();
H A DSVGFEMorphologyElement.cpp86 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
88 FEMorphology* morphology = static_cast<FEMorphology*>(effect);
136 RefPtr<FilterEffect> effect = FEMorphology::create(filter, m_svgOperator->currentValue()->enumValue(), xRadius, yRadius);
137 effect->inputEffects().append(input1);
138 return effect.release();
H A DSVGFEDropShadowElement.cpp110 RefPtr<FilterEffect> effect = FEDropShadow::create(filter, stdDeviationX()->currentValue()->value(), stdDeviationY()->currentValue()->value(), m_dx->currentValue()->value(), m_dy->currentValue()->value(), color, opacity);
111 effect->inputEffects().append(input1);
112 return effect.release();
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js252 * @param {Object} effect Transition effect object.
259 function(item, effect, displayCallback, loadCallback) {
263 if (effect) {
268 effect = null;
296 } else if ((effect && effect.constructor.name === 'Slide') &&
298 // Only show thumbnails if there is no effect or the effect is Slide.
331 effect,
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFullProgramBuilder.cpp29 // emit the per-effect code for both color and coverage effects
114 const GrProcessor& effect = *stage.getProcessor(); local
115 SkSTArray<2, GrGLProcessor::TransformedCoords> coords(effect.numTransforms());
116 SkSTArray<4, GrGLProcessor::TextureSampler> samplers(effect.numTextures());
119 this->emitSamplers(effect, &samplers);
141 const GrProcessor* effect = effectStage.getProcessor(); local
142 int numTransforms = effect->numTransforms();
190 kPosition_GrCoordSet == effect->coordTransform(t).sourceCoords() ?
/external/chromium_org/v8/src/compiler/
H A Dnode-properties-inl.h113 // edges maybe need to be marked as value/effect/control.
159 inline void NodeProperties::ReplaceEffectInput(Node* node, Node* effect, argument
162 return node->ReplaceInput(FirstEffectIndex(node) + index, effect);
176 // Replace value uses of {node} with {value} and effect uses of {node} with
177 // {effect}. If {effect == NULL}, then use the effect input to {node}.
179 Node* effect) {
181 if (effect == NULL && OperatorProperties::HasEffectInput(node->op())) {
182 effect
178 ReplaceWithValue(Node* node, Node* value, Node* effect) argument
[all...]
H A Dnode-properties.h36 static inline void ReplaceEffectInput(Node* node, Node* effect,
41 Node* effect = NULL);
/external/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp20 const GrConfigConversionEffect& effect = drawEffect.castEffect<GrConfigConversionEffect>(); local
21 fSwapRedAndBlue = effect.swapsRedAndBlue();
22 fPMConversion = effect.pmConversion();
47 // Add a compensation(0.001) here to avoid the side effect of the floor operation.
132 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect,
137 return CreateEffectRef(effect);
271 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, (texture,
275 return CreateEffectRef(effect);
H A DGrBezierEffect.cpp150 GrEffectRef* effect; local
154 effect = GrConicEffect::Create(edgeType, caps);
155 } while (NULL == effect);
156 return effect;
288 GrEffectRef* effect; local
292 effect = GrQuadEffect::Create(edgeType, caps);
293 } while (NULL == effect);
294 return effect;
436 GrEffectRef* effect; local
440 effect
[all...]
/external/skia/tests/
H A DGLProgramsTest.cpp169 SkAutoTUnref<const GrEffectRef> effect(GrEffectTestFactory::CreateStage(
174 SkASSERT(effect);
175 int numAttribs = (*effect)->numVertexAttribs();
177 // If adding this effect would exceed the max attrib count then generate a
178 // new random effect.
184 // If adding this effect would exceed the max texture coord set count then generate a
185 // new random effect.
186 if (useFixedFunctionTexturing && !(*effect)->hasVertexCode()) {
187 int numTransforms = (*effect)->numTransforms();
194 useFixedFunctionTexturing = useFixedFunctionTexturing && !(*effect)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp63 void getKeyframeValuesForProperty(const KeyframeEffectModelBase* effect, CSSPropertyID id, double scale, PropertySpecificKeyframeVector& values) argument
66 const PropertySpecificKeyframeVector& group = effect->getPropertySpecificKeyframes(id);
76 bool CompositorAnimations::getAnimatedBoundingBox(FloatBox& box, const AnimationEffect& effect, double minValue, double maxValue) const argument
78 const KeyframeEffectModelBase& keyframeEffect = toKeyframeEffectModelBase(effect);
137 bool CompositorAnimations::isCandidateForAnimationOnCompositor(const Timing& timing, const AnimationEffect& effect, double playerPlaybackRate) argument
139 const KeyframeEffectModelBase& keyframeEffect = toKeyframeEffectModelBase(effect);
201 bool CompositorAnimations::startAnimationOnCompositor(const Element& element, double startTime, double timeOffset, const Timing& timing, const AnimationEffect& effect, Vector<int>& startedAnimationIds, double playerPlaybackRate) argument
204 ASSERT(isCandidateForAnimationOnCompositor(timing, effect, playerPlaybackRate));
207 const KeyframeEffectModelBase& keyframeEffect = toKeyframeEffectModelBase(effect);
406 void CompositorAnimationsImpl::getAnimationOnCompositor(const Timing& timing, double startTime, double timeOffset, const KeyframeEffectModelBase& effect, Vecto argument
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_source_win.cc30 HRESULT DragSourceWin::GiveFeedback(DWORD effect) { argument
/external/skia/include/effects/
H A DSkMagnifierImageFilter.h31 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
/external/skia/src/gpu/
H A DGrDrawState.h325 /// Each stage hosts a GrEffect. The effect produces an output color or coverage in the fragment
343 const GrEffectRef* addColorEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { argument
344 SkASSERT(NULL != effect);
345 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
346 return effect;
349 const GrEffectRef* addCoverageEffect(const GrEffectRef* effect, int attr0 = -1, int attr1 = -1) { argument
350 SkASSERT(NULL != effect);
351 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1));
352 return effect;
359 GrEffectRef* effect local
364 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local
371 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local
378 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp63 static uint32_t gen_attrib_key(const GrGeometryProcessor* effect) { argument
66 const GrGeometryProcessor::VertexAttribArray& vars = effect->getVertexAttribs();
99 static uint32_t gen_texture_key(const GrProcessor* effect, const GrGLCaps& caps) { argument
101 int numTextures = effect->numTextures();
103 const GrTextureAccess& access = effect->textureAccess(t);
114 * be dependent on properties of the effect that the effect itself doesn't use
116 * every effect using this function. It is also responsible for inserting the effect's class ID
117 * which must be different for every GrProcessor subclass. It can fail if an effect use
148 const GrProcessor& effect = *stage.getProcessor(); local
168 const GrProcessor& effect = *stage.getProcessor(); local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp55 // Make room for everything up to and including the array of offsets to effect keys.
268 SkAutoTUnref<const GrGeometryProcessor> effect(
271 SkASSERT(effect);
273 GrGeometryStage* stage = SkNEW_ARGS(GrGeometryStage, (effect.get()));
277 const GrGeometryProcessor::VertexAttribArray& v = effect->getVertexAttribs();
298 SkAutoTUnref<const GrFragmentProcessor> effect(
304 SkASSERT(effect);
306 // If adding this effect would exceed the max texture coord set count then generate a
307 // new random effect.
310 int numTransforms = effect
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_fill.s63 # CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect
67 # CHECK-WARNINGS: '.fill' directive with negative size has no effect

Completed in 398 milliseconds

123456789