Home | History | Annotate | Download | only in gpu

Lines Matching refs:willReadDstColor

21                                  bool willReadDstColor,
23 : fWillReadDstColor(willReadDstColor)
24 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
27 SkASSERT(willReadDstColor);
45 if (this->willReadDstColor()) {
56 if (!this->willReadDstColor()) {
64 if (!this->willReadDstColor()) {
72 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0;
200 if (this->willReadDstColor(caps, optimizations, hasMixedSamples)) {
217 return (this->willReadDstColor(caps, optimizations, hasMixedSamples) &&
221 bool GrXPFactory::willReadDstColor(const GrCaps& caps,