HomeSort by relevance Sort by last modified time
    Searched refs:getEffect (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/gpu/
GrDrawEffect.h 25 SkASSERT(NULL != fEffectStage->getEffect());
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); }
GrEffectStage.h 54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
170 if (!(*stage.getEffect())->isEqual(*fEffect)) {
211 const GrEffectRef* getEffect() const { return fEffectRef.get(); }
  /external/skia/include/gpu/
GrDrawEffect.h 25 SkASSERT(NULL != fEffectStage->getEffect());
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); }
GrEffectStage.h 54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
170 if (!(*stage.getEffect())->isEqual(*fEffect)) {
211 const GrEffectRef* getEffect() const { return fEffectRef.get(); }
  /external/chromium_org/third_party/skia/src/gpu/
GrPaint.cpp 63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps);
73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps);
GrDrawState.cpp 154 const GrEffectRef* effect = stage.getEffect();
187 if ((*fColorStages[s].getEffect())->willReadDstColor()) {
193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) {
216 const GrEffectRef* effect = fColorStages[s].getEffect();
233 const GrEffectRef* effect = fCoverageStages[s].getEffect();
258 const GrEffectRef* effect = fCoverageStages[s].getEffect();
  /external/skia/src/gpu/
GrPaint.cpp 63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps);
73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps);
GrDrawState.cpp 154 const GrEffectRef* effect = stage.getEffect();
187 if ((*fColorStages[s].getEffect())->willReadDstColor()) {
193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) {
216 const GrEffectRef* effect = fColorStages[s].getEffect();
233 const GrEffectRef* effect = fCoverageStages[s].getEffect();
258 const GrEffectRef* effect = fCoverageStages[s].getEffect();
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 258 getEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, mp.getAudioSessionId());
283 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
309 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
336 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
431 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
462 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
493 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
522 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
555 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
589 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
SmoothFilter.java 51 public float getEffect() {
  /external/skia/tests/
GLProgramsTest.cpp 81 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory();
84 if ((*stages[s]->getEffect())->willReadDstColor()) {
87 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {
90 if ((*stages[s]->getEffect())->hasVertexCode()) {
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 81 getEffect(sSession);
119 getEffect(sSession);
145 getEffect(sSession);
224 private void getEffect(int session) {
VirtualizerTest.java 80 getEffect(sSession);
116 getEffect(sSession);
142 getEffect(sSession);
220 private void getEffect(int session) {
PresetReverbTest.java 88 getEffect(sSession);
120 getEffect(sSession);
150 getEffect(sSession);
249 private void getEffect(int session) {
VisualizerTest.java 88 getEffect(sSession);
189 getEffect(sSession);
231 getEffect(sSession);
251 private void getEffect(int session) {
EqualizerTest.java 83 getEffect(sSession);
176 getEffect(sSession);
205 getEffect(sSession);
355 private void getEffect(int session) {
EnvReverbTest.java 101 getEffect(0);
198 getEffect(0);
515 private void getEffect(int session) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 24 const GrEffectRef& effect = *stage.getEffect();
65 const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get();
76 const GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get();
GrGLProgramEffects.cpp 269 const GrEffectRef& effect = *stage.getEffect();
306 (*stage.getEffect())->vertexAttribType(a),
479 const GrEffectRef& effect = *stage.getEffect();
GrGLShaderBuilder.cpp 250 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
400 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
525 SkASSERT(NULL != effectStages[e] && NULL != effectStages[e]->getEffect());
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 24 const GrEffectRef& effect = *stage.getEffect();
65 const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get();
76 const GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get();
GrGLProgramEffects.cpp 269 const GrEffectRef& effect = *stage.getEffect();
306 (*stage.getEffect())->vertexAttribType(a),
479 const GrEffectRef& effect = *stage.getEffect();
GrGLShaderBuilder.cpp 250 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
400 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
525 SkASSERT(NULL != effectStages[e] && NULL != effectStages[e]->getEffect());
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 431 public MovieEffect getEffect() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 352 assertNull("Effect Item by ID", mediaVideoItem1.getEffect("xyx"));
362 mediaVideoItem1.getEffect(effectColor.getId()));
364 mediaVideoItem1.getEffect("xyz"));
373 assertNull("Effect Item by ID", mediaVideoItem1.getEffect("effectId"));
598 assertNull("Effect Item by ID", mediaImageItem1.getEffect("xyx"));
608 effectColor, mediaImageItem1.getEffect(effectColor.getId()));
610 mediaImageItem1.getEffect("xyz"));
619 assertNull("Effect Item by ID", mediaImageItem1.getEffect("effectId"));
    [all...]

Completed in 2267 milliseconds

1 2