Home
last modified time | relevance | path

Searched refs:willReadDstColor (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrXferProcessor.cpp19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor() argument
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
23 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples) in GrXferProcessor()
27 if (!this->willReadDstColor()) { in hasSecondaryOutput()
35 if (!this->willReadDstColor()) { in getBlendInfo()
44 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0; in getGLSLProcessorKey()
DGrXferProcessor.h149 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
192 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
/external/skia/src/gpu/
DGrXferProcessor.cpp19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor() argument
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
23 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples) in GrXferProcessor()
27 if (!this->willReadDstColor()) { in hasSecondaryOutput()
35 if (!this->willReadDstColor()) { in getBlendInfo()
44 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0; in getGLSLProcessorKey()
DGrXferProcessor.h149 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
192 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.cpp31 if (!args.fXP.willReadDstColor()) { in emitCode()
DGrGLSLProgramBuilder.cpp312 SkASSERT(fFS.hasReadDstColor() == xp.willReadDstColor()); in verify()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp31 if (!args.fXP.willReadDstColor()) { in emitCode()
DGrGLSLProgramBuilder.cpp329 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp181 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp181 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
/external/skqp/tests/
DGrPorterDuffTest.cpp98 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()
/external/skia/tests/
DGrPorterDuffTest.cpp100 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()