Home
last modified time | relevance | path

Searched refs:getEffect (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
DGrEffectStage.h54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
170 if (!(*stage.getEffect())->isEqual(*fEffect)) { in isEqual()
211 const GrEffectRef* getEffect() const { return fEffectRef.get(); } in getEffect() function
DGrDrawEffect.h25 SkASSERT(NULL != fEffectStage->getEffect()); in GrDrawEffect()
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); } in effect()
/external/skia/include/gpu/
DGrEffectStage.h54 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
170 if (!(*stage.getEffect())->isEqual(*fEffect)) { in isEqual()
211 const GrEffectRef* getEffect() const { return fEffectRef.get(); } in getEffect() function
DGrDrawEffect.h25 SkASSERT(NULL != fEffectStage->getEffect()); in GrDrawEffect()
27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); } in effect()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawState.cpp154 const GrEffectRef* effect = stage.getEffect(); in validateVertexAttribs()
187 if ((*fColorStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
216 const GrEffectRef* effect = fColorStages[s].getEffect(); in srcAlphaWillBeOne()
233 const GrEffectRef* effect = fCoverageStages[s].getEffect(); in srcAlphaWillBeOne()
258 const GrEffectRef* effect = fCoverageStages[s].getEffect(); in hasSolidCoverage()
DGrPaint.cpp63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps); in getOpaqueAndKnownColor()
73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps); in getOpaqueAndKnownColor()
DGrDrawTarget.cpp392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); in checkDraw()
400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); in checkDraw()
/external/skia/src/gpu/
DGrDrawState.cpp154 const GrEffectRef* effect = stage.getEffect(); in validateVertexAttribs()
187 if ((*fColorStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
216 const GrEffectRef* effect = fColorStages[s].getEffect(); in srcAlphaWillBeOne()
233 const GrEffectRef* effect = fCoverageStages[s].getEffect(); in srcAlphaWillBeOne()
258 const GrEffectRef* effect = fCoverageStages[s].getEffect(); in hasSolidCoverage()
DGrPaint.cpp63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps); in getOpaqueAndKnownColor()
73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps); in getOpaqueAndKnownColor()
DGrDrawTarget.cpp392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); in checkDraw()
400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); in checkDraw()
/external/skia/tests/
DGLProgramsTest.cpp79 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory(); in setRandom()
82 if ((*stages[s]->getEffect())->willReadDstColor()) { in setRandom()
85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) { in setRandom()
88 if ((*stages[s]->getEffect())->hasVertexCode()) { in setRandom()
/external/chromium_org/third_party/skia/tests/
DGLProgramsTest.cpp79 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory(); in setRandom()
82 if ((*stages[s]->getEffect())->willReadDstColor()) { in setRandom()
85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) { in setRandom()
88 if ((*stages[s]->getEffect())->hasVertexCode()) { in setRandom()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h209 static CallEffects getEffect(const ObjCMethodDecl *MD);
212 static CallEffects getEffect(const FunctionDecl *FD);
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgramDesc.cpp24 const GrEffectRef& effect = *stage.getEffect(); in get_key_and_update_stats()
65 … const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get(); in Build()
76 …onst GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get(); in Build()
DGrGLProgramEffects.cpp269 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
306 (*stage.getEffect())->vertexAttribType(a), in emitAttributes()
479 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
DGrGLShaderBuilder.cpp340 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); in dstColor()
490 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); in fragmentPosition()
610 SkASSERT(NULL != effectStages[e] && NULL != effectStages[e]->getEffect()); in createAndEmitEffects()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp24 const GrEffectRef& effect = *stage.getEffect(); in get_key_and_update_stats()
65 … const GrEffect* effect = drawState.getColorStage(firstEffectiveColorStage).getEffect()->get(); in Build()
76 …onst GrEffect* effect = drawState.getCoverageStage(firstEffectiveCoverageStage).getEffect()->get(); in Build()
DGrGLProgramEffects.cpp269 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
306 (*stage.getEffect())->vertexAttribType(a), in emitAttributes()
479 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
DGrGLShaderBuilder.cpp340 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); in dstColor()
490 const GrEffectRef& effect = *fCodeStage.effectStage()->getEffect(); in fragmentPosition()
610 SkASSERT(NULL != effectStages[e] && NULL != effectStages[e]->getEffect()); in createAndEmitEffects()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1391 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()
1512 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3831 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect() function in clang::ento::objc_retain::CallEffects
3836 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect() function in clang::ento::objc_retain::CallEffects