/external/chromium_org/third_party/skia/include/gpu/ |
D | GrEffectStage.h | 54 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
|
D | GrDrawEffect.h | 25 SkASSERT(NULL != fEffectStage->getEffect()); in GrDrawEffect() 27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); } in effect()
|
/external/skia/include/gpu/ |
D | GrEffectStage.h | 54 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
|
D | GrDrawEffect.h | 25 SkASSERT(NULL != fEffectStage->getEffect()); in GrDrawEffect() 27 const GrEffectRef* effect() const { return fEffectStage->getEffect(); } in effect()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrDrawState.cpp | 154 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()
|
D | GrPaint.cpp | 63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps); in getOpaqueAndKnownColor() 73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps); in getOpaqueAndKnownColor()
|
D | GrDrawTarget.cpp | 392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); in checkDraw() 400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); in checkDraw()
|
/external/skia/src/gpu/ |
D | GrDrawState.cpp | 154 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()
|
D | GrPaint.cpp | 63 (*fCoverageStages[i].getEffect())->getConstantColorComponents(&coverage, &coverageComps); in getOpaqueAndKnownColor() 73 (*fColorStages[i].getEffect())->getConstantColorComponents(&color, &colorComps); in getOpaqueAndKnownColor()
|
D | GrDrawTarget.cpp | 392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); in checkDraw() 400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); in checkDraw()
|
/external/skia/tests/ |
D | GLProgramsTest.cpp | 79 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/ |
D | GLProgramsTest.cpp | 79 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/ |
D | ObjCRetainCount.h | 209 static CallEffects getEffect(const ObjCMethodDecl *MD); 212 static CallEffects getEffect(const FunctionDecl *FD);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDesc.cpp | 24 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()
|
D | GrGLProgramEffects.cpp | 269 const GrEffectRef& effect = *stage.getEffect(); in emitEffect() 306 (*stage.getEffect())->vertexAttribType(a), in emitAttributes() 479 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
|
D | GrGLShaderBuilder.cpp | 340 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/ |
D | GrGLProgramDesc.cpp | 24 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()
|
D | GrGLProgramEffects.cpp | 269 const GrEffectRef& effect = *stage.getEffect(); in emitEffect() 306 (*stage.getEffect())->vertexAttribType(a), in emitAttributes() 479 const GrEffectRef& effect = *stage.getEffect(); in emitEffect()
|
D | GrGLShaderBuilder.cpp | 340 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/ |
D | ObjCMT.cpp | 1391 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation() 1512 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 3831 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
|