Searched refs:effect (Results 151 - 175 of 223) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp160 const SkPathEffect* effect = op.paint.getPathEffect(); local
161 if (effect) {
163 SkPathEffect::DashType dashType = effect->asADash(&info);
238 *reason = "Can't use multisample on dash effect.";
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldTextureEffect.cpp81 // we adjust for the effect of the transformation on the distance by using
134 const GrProcessor& effect) SK_OVERRIDE {
137 GrTexture* texture = effect.texture(0);
147 effect.cast<GrDistanceFieldTextureEffect>();
339 // we adjust for the effect of the transformation on the distance by using
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform_neon.S55 lsl r6, #5 @ Together with vqdmulh, net effect is ">> 26".
534 lsl r0, #15 @ Together with vqdmulh, net effect is ">> 16".
583 lsl r0, #16 @ With vqdmulh and vrshrn, net effect is ">> 25".
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp28 // Returns whether or not the gpu can fast path the dash line effect.
414 * The effect calculates the coverage for the case of a horizontal line in device space.
607 GrEffectRef* effect; local
619 effect = DashingLineEffect::Create(edgeType, info, strokeWidth);
620 return effect;
H A DGrDistanceFieldTextureEffect.cpp75 // we adjust for the effect of the transformation on the distance by using
131 GrTexture* texture = drawEffect.effect()->get()->texture(0);
319 // we adjust for the effect of the transformation on the distance by using
389 GrTexture* texture = drawEffect.effect()->get()->texture(0);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc307 ExprEffect(int effect, Environment* env) argument
308 : effect_((effect & kAllEffects) |
334 Environment ApplyEffect(ExprEffect effect) const {
335 Environment out = effect.hasGC() ? Environment() : Environment(*this);
336 if (effect.env() != NULL) out.live_ |= effect.env()->live_;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd79 # Clear the error indicator. If the error indicator is not set, there is no effect.
213 # NULL to get the default effect described there.
220 # Python. In all cases, the default effect for SIGINT is to raise
227 # This function simulates the effect of a SIGINT signal arriving
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec83 takes effect when glXSwapBuffers is first called subsequent to the
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing_full.lua112 eventually would like to print out info on drawPath verbs with dashed effect
/external/chromium_org/v8/src/compiler/
H A Dchange-lowering.cc71 Node* effect = graph()->NewNode(common()->ValueEffect(1), value); local
80 jsgraph()->Int32Constant(function->nargs), context, effect, control);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc186 static void CheckEffectInput(Node* effect, Node* use) { argument
187 CHECK_EQ(effect, NodeProperties::GetEffectInput(use));
/external/mesa3d/docs/
H A DMESA_swap_control.spec83 takes effect when glXSwapBuffers is first called subsequent to the
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp177 SkAutoTUnref<GrEffectRef> effect(GrTextureDomainEffect::Create(
183 paint.addColorEffect(effect);
H A DSkPerlinNoiseShader.cpp535 AutoEffectUnref effect(SkNEW_ARGS(GrPerlinNoiseEffect, (type, baseFrequency, numOctaves,
537 return CreateEffectRef(effect);
637 GrEffectRef* effect; local
638 shader->asNewEffect(context, paint, NULL, &grColor, &effect);
642 return effect;
H A DSkColorFilters.cpp191 // TODO: Make the effect take the coeffs rather than mode since we already do the
198 AutoEffectUnref effect(SkNEW_ARGS(ModeColorFilterEffect, (c, mode)));
199 return CreateEffectRef(effect);
H A DSkColorMatrixFilter.cpp334 AutoEffectUnref effect(SkNEW_ARGS(ColorMatrixEffect, (matrix)));
335 return CreateEffectRef(effect);
383 // shader but currently the effect does not pin its own output. So in the case of over/
384 // underflow this may deviate from the actual result. Maybe the effect should pin its
/external/skia/tools/lua/
H A Dscrape_dashing_full.lua112 eventually would like to print out info on drawPath verbs with dashed effect
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h46 // Handles for program uniforms (other than per-effect uniforms)
160 * and color stages. this will call into subclasses emit effect
169 * Helper for emitEffect() in subclasses. Emits uniforms for an effect's texture accesses and
173 void emitSamplers(const GrProcessor& effect,
307 * Subclasses override emitEffect below to emit data and code for a specific single effect
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp53 // setup the varying for the Axis aligned rect effect
127 * The output of this effect is a modulation of the input color and coverage
634 GrEffectRef* effect = GrRectEffect::Create(); local
637 drawState->addCoverageEffect(effect, kRectAttrIndex, kWidthIndex)->unref();
684 GrEffectRef* effect = GrAlignedRectEffect::Create(); local
686 drawState->addCoverageEffect(effect, kOffsetIndex)->unref();
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp156 // get the initial color and coverage to feed into the first effect in each effect chain
195 // emit the per-effect code for both color and coverage effects
340 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); local
341 if (!effect->willReadDstColor()) {
490 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); local
491 if (!effect->willReadFragmentPosition()) {
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_voice_gain_gnu.s79 @ NOTE: instructions are reordered to reduce the effect of latency
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_voice_gain_gnu.s79 @ NOTE: instructions are reordered to reduce the effect of latency
/external/chromium_org/third_party/pymock/
H A Dmock.py1007 effect = self.side_effect
1008 if effect is not None:
1009 if _is_exception(effect):
1010 raise effect
1012 if not _callable(effect):
1013 result = next(effect)
1018 ret_val = effect(*args, **kwargs)
/external/skia/src/core/
H A DSkXfermode.cpp679 bool SkXfermode::asNewEffect(GrEffectRef** effect, GrTexture* background) const { argument
684 GrEffectRef** effect,
693 return xfermode->asNewEffect(effect, background);
800 AutoEffectUnref effect(SkNEW_ARGS(XferEffect, (mode, background)));
801 return CreateEffectRef(effect);
974 int numTextures = (*drawEffect.effect())->numTextures();
1366 bool SkProcCoeffXfermode::asNewEffect(GrEffectRef** effect, argument
1369 if (NULL != effect) {
1370 *effect = XferEffect::Create(fMode, background);
1371 SkASSERT(NULL != *effect);
683 AsNewEffectOrCoeff(SkXfermode* xfermode, GrEffectRef** effect, Coeff* src, Coeff* dst, GrTexture* background) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_transfer_controller.js333 * @param {string=} opt_effect Desired drop/paste effect. Could be
875 var effect = this.paste(event.clipboardData, destination);
879 if (effect === 'move') {

Completed in 950 milliseconds

123456789