| /external/skia/src/gpu/effects/ |
| GrDistanceFieldTextureEffect.cpp | 75 // 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/skia/tools/lua/ |
| scrape_dashing_full.lua | 112 eventually would like to print out info on drawPath verbs with dashed effect
|
| /hardware/qcom/audio/legacy/alsa_sound/ |
| AudioHardwareALSA.h | 397 virtual status_t addAudioEffect(effect_handle_t effect) 402 virtual status_t removeAudioEffect(effect_handle_t effect)
|
| /hardware/qcom/audio/hal/ |
| audio_hw.c | [all...] |
| /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
| mm_qcamera_main_menu.h | 390 int8_t (*setSpecialEffect)(int, int effect);
|
| /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/ |
| mm_qcamera_main_menu.h | 383 int8_t (*setSpecialEffect)(int, int effect);
|
| /external/chromium_org/third_party/skia/src/effects/gradients/ |
| SkGradientShaderPriv.h | 350 virtual bool onIsEqual(const GrEffect& effect) const SK_OVERRIDE;
|
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrAARectRenderer.cpp | 53 // 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(); [all...] |
| /external/chromium_org/third_party/skia/src/gpu/gl/ |
| GrGLShaderBuilder.cpp | 156 // 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()) { [all...] |
| /external/chromium_org/v8/test/mjsunit/ |
| array-unshift.js | 40 // Check that unshift with no args has a side-effect of 118 // Check that unshift with no args has a side-effect of
|
| /external/skia/src/effects/gradients/ |
| SkGradientShaderPriv.h | 350 virtual bool onIsEqual(const GrEffect& effect) const SK_OVERRIDE;
|
| /external/skia/src/gpu/ |
| GrAARectRenderer.cpp | 53 // 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(); [all...] |
| /external/skia/src/gpu/gl/ |
| GrGLShaderBuilder.cpp | 156 // 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()) { [all...] |
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_voice_gain_gnu.s | 79 @ NOTE: instructions are reordered to reduce the effect of latency
|
| /frameworks/av/media/libeffects/factory/ |
| EffectsFactory.c | 37 static list_elem_t *gCurEffect; // current effect in enumeration process 38 static uint32_t gCurEffectIdx; // current effect index in enumeration process 56 // To get and add the effect pointed by the passed node to the gSubEffectList 74 // Effect Control Interface functions 183 // Effect Factory Interface functions 300 // so, findEffect will fail. Search for the effect in gSubEffectList. 307 // create effect in library 314 // add entry to effect list 351 // remove effect from effect lis 746 sub_effect_entry_t *effect; local [all...] |
| /frameworks/av/services/audioflinger/ |
| Threads.h | 290 // effect 295 // get effect chain corresponding to session Id. 299 // add an effect chain to the chain list (mEffectChains) 301 // remove an effect chain from the chain list (mEffectChains) 303 // lock all effect chains Mutexes. Must be called before releasing the 308 // unlock effect chains after process 312 // set audio mode to all effect chains 314 // get effect module with corresponding ID on specified audio session 317 // add and effect module. Also creates the effect chain is none exists fo [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| Paint_Delegate.java | 856 /*package*/ static long native_setPathEffect(long native_object, long effect) { 860 return effect; 863 delegate.mPathEffect = PathEffect_Delegate.getDelegate(effect); 865 return effect; [all...] |
| /frameworks/wilhelm/src/android/ |
| android_Effect.cpp | 263 SL_LOGE("BassBoost effect initialization failed"); 281 SL_LOGE("Equalizer effect initialization failed"); 331 SL_LOGE("Virtualizer effect initialization failed"); 362 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX); 366 SL_LOGE("PresetReverb effect initialization failed"); 374 // enable the effect if it has a preset loaded 383 // enable the effect if the preset is different from SL_REVERBPRESET_NONE 397 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX); 401 SL_LOGE("EnvironmentalReverb effect initialization failed"); 520 SL_LOGE("invalid effect ID: no such effect attached to the OutputMix") [all...] |
| /hardware/intel/audio_media/hdmi/ |
| tinyaudio_hw.c | 664 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 667 UNUSED_PARAMETER(effect); 672 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 675 UNUSED_PARAMETER(effect);
|
| /hardware/libhardware/modules/usbaudio/ |
| audio_hw.c | 460 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 465 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 758 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 763 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) [all...] |
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/ |
| msm_camera.h | 334 int8_t effect; member in union:sensor_cfg_data::__anon52413
|
| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/ |
| msm_camera.h | 334 int8_t effect; member in union:sensor_cfg_data::__anon53200
|
| /hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
| OMX3A.cpp | 289 if ( mFirstTimeInit || (( str != NULL ) && ( mParameters3A.Effect != mode )) ) 291 mParameters3A.Effect = mode; 292 CAMHAL_LOGDB("Effect %d", mParameters3A.Effect); 293 if ( 0 <= mParameters3A.Effect ) 1467 OMX_CONFIG_IMAGEFILTERTYPE effect; local [all...] |
| /external/chromium_org/third_party/skia/src/core/ |
| SkXfermode.cpp | 679 bool SkXfermode::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 684 GrEffectRef** effect, 693 return xfermode->asNewEffect(effect, background); 800 AutoEffectUnref effect(SkNEW_ARGS(XferEffect, (mode, background))); 801 return CreateEffectRef(effect); [all...] |