Searched refs:willReadDstColor (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/ |
D | GrXferProcessor.cpp | 19 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()
|
D | GrXferProcessor.h | 149 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function 192 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
|
/external/skia/src/gpu/ |
D | GrXferProcessor.cpp | 19 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()
|
D | GrXferProcessor.h | 149 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function 192 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLXferProcessor.cpp | 31 if (!args.fXP.willReadDstColor()) { in emitCode()
|
D | GrGLSLProgramBuilder.cpp | 312 SkASSERT(fFS.hasReadDstColor() == xp.willReadDstColor()); in verify()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLXferProcessor.cpp | 31 if (!args.fXP.willReadDstColor()) { in emitCode()
|
D | GrGLSLProgramBuilder.cpp | 329 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
|
/external/skia/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 181 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
|
/external/skqp/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 181 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation()); in createGLSLInstance()
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 98 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 100 TEST_ASSERT(!xp->willReadDstColor() || in XPInfo()
|