HomeSort by relevance Sort by last modified time
    Searched refs:willReadDstColor (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrXferProcessor.cpp 17 GrXferProcessor::GrXferProcessor(bool willReadDstColor, bool hasMixedSamples,
19 : fWillReadDstColor(willReadDstColor)
20 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
24 if (!this->willReadDstColor()) {
32 if (!this->willReadDstColor()) {
41 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0;
GrXferProcessor.h 150 bool willReadDstColor() const { return fWillReadDstColor; }
193 GrXferProcessor(bool willReadDstColor, bool hasMixedSamples, GrProcessorAnalysisCoverage);
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp 31 if (!args.fXP.willReadDstColor()) {
GrGLSLProgramBuilder.cpp 425 SkASSERT(fFS.hasReadDstColor() == xp.willReadDstColor());
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 180 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation());
  /external/skia/tests/
GrPorterDuffTest.cpp 95 TEST_ASSERT(!xp->willReadDstColor() ||
    [all...]

Completed in 145 milliseconds