Searched refs:getEffect (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/gpu/
H A DGrDrawEffect.h25 SkASSERT(NULL != fEffectStage->getEffect());
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); }
H A DGrEffectStage.h54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
170 if (!(*stage.getEffect())->isEqual(*fEffect)) {
211 const GrEffectRef* getEffect() const { return fEffectRef.get(); } function in class:GrEffectStage
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h209 static CallEffects getEffect(const ObjCMethodDecl *MD);
212 static CallEffects getEffect(const FunctionDecl *FD);
/external/skia/src/gpu/
H A DGrPaint.cpp63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps);
73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps);
H A DGrDrawState.cpp154 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();
H A DGrDrawTarget.cpp392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect();
400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect();
/external/skia/tests/
H A DGLProgramsTest.cpp79 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory();
82 if ((*stages[s]->getEffect())->willReadDstColor()) {
85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {
88 if ((*stages[s]->getEffect())->hasVertexCode()) {
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp24 const GrEffectRef& effect = *stage.getEffect();
65 const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get();
76 const GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get();
H A DGrGLProgramEffects.cpp269 const GrEffectRef& effect = *stage.getEffect();
306 (*stage.getEffect())->vertexAttribType(a),
479 const GrEffectRef& effect = *stage.getEffect();
H A DGrGLShaderBuilder.cpp340 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
490 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect();
610 SkASSERT(NULL != effectStages[e] && NULL != effectStages[e]->getEffect());
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1391 CallEffects CE = CallEffects::getEffect(FuncDecl);
1512 CallEffects CE = CallEffects::getEffect(MethodDecl);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 291 milliseconds