Searched refs:willReadDstColor (Results 1 – 9 of 9) sorted by relevance
20 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor() argument23 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()27 if (!this->willReadDstColor()) { in hasSecondaryOutput()37 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0; in addToKey()210 if (!args.fXP.willReadDstColor()) { in emitCode()
46 if (fp->willReadDstColor()) { in GrColorFragmentProcessorAnalysis()53 return this->willReadDstColor() && !caps.shaderCaps()->dstReadInShaderSupport(); in requiresDstTexture()
105 if (!this->willReadDstColor()) { in GR_MAKE_BITFIELD_CLASS_OPS()111 bool willReadDstColor() const { return fWillReadDstColor; } in GR_MAKE_BITFIELD_CLASS_OPS()144 GrXferProcessor(ClassID classID, bool willReadDstColor, GrProcessorAnalysisCoverage); in GR_MAKE_BITFIELD_CLASS_OPS()
122 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
212 bool willReadDstColor() const {
176 if (child->willReadDstColor()) { in registerChild()
422 SkASSERT(fp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()426 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
119 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in makeProgramImpl()
104 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()