Searched defs:willReadDstColor (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrXferProcessor.cpp19 bool willReadDstColor,
21 : fWillReadDstColor(willReadDstColor)
22 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
25 SkASSERT(willReadDstColor);
38 if (!this->willReadDstColor()) {
46 if (!this->willReadDstColor()) {
55 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0;
18 GrXferProcessor(const DstTexture* dstTexture, bool willReadDstColor, bool hasMixedSamples) argument
H A DGrXferProcessor.h162 bool willReadDstColor() const { return fWillReadDstColor; } function in class:GrXferProcessor
222 GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples);

Completed in 139 milliseconds