Searched refs:willReadDstColor (Results 1 – 9 of 9) sorted by relevance
29 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, in GrXferProcessor() argument32 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()36 if (!this->willReadDstColor()) { in hasSecondaryOutput()46 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0; in addToKey()134 if (!args.fXP.willReadDstColor()) { in emitCode()
46 if (fp->willReadDstColor()) { in GrColorFragmentProcessorAnalysis()53 return this->willReadDstColor() && !caps.shaderCaps()->fDstReadInShaderSupport; in requiresDstTexture()
104 if (!this->willReadDstColor()) { in SK_MAKE_BITFIELD_CLASS_OPS()110 bool willReadDstColor() const { return fWillReadDstColor; } in SK_MAKE_BITFIELD_CLASS_OPS()143 GrXferProcessor(ClassID classID, bool willReadDstColor, GrProcessorAnalysisCoverage); in SK_MAKE_BITFIELD_CLASS_OPS()
126 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
215 bool willReadDstColor() const {
174 if (child->willReadDstColor()) { in registerChild()
478 SkASSERT(fp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()482 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
128 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in makeProgramImpl()
129 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()