Home
last modified time | relevance | path

Searched refs:willReadDstColor (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
DGrRODrawState.cpp156 if (this->getColorStage(s).getFragmentProcessor()->willReadDstColor()) { in willEffectReadDstColor()
162 if (this->getCoverageStage(s).getFragmentProcessor()->willReadDstColor()) { in willEffectReadDstColor()
DGrOptDrawState.cpp235 if (stage.getFragmentProcessor()->willReadDstColor()) { in get_stage_stats()
/external/chromium_org/third_party/skia/include/gpu/
DGrProcessor.h180 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
/external/skia/src/gpu/
DGrDrawState.cpp187 if ((*fColorStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
/external/skia/include/gpu/
DGrEffect.h151 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
/external/skia/tests/
DGLProgramsTest.cpp82 if ((*stages[s]->getEffect())->willReadDstColor()) { in setRandom()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp27 if (effect->willReadDstColor()) { in get_key_and_update_stats()
DGrGLShaderBuilder.cpp341 if (!effect->willReadDstColor()) { in dstColor()
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLFragmentShaderBuilder.cpp88 if (!static_cast<const GrFragmentProcessor*>(effect)->willReadDstColor()) { in dstColor()
/external/chromium_org/third_party/skia/tests/
DGLProgramsTest.cpp27 if (stage.getFragmentProcessor()->willReadDstColor()) { in get_stage_stats()