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

  /external/skia/src/gpu/
GrXferProcessor.cpp 18 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
21 , fWillReadDstColor(willReadDstColor)
22 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
26 if (!this->willReadDstColor()) {
34 if (!this->willReadDstColor()) {
43 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0;
GrXferProcessor.h 150 bool willReadDstColor() const { return fWillReadDstColor; }
193 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
  /external/skqp/src/gpu/
GrXferProcessor.cpp 18 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
21 , fWillReadDstColor(willReadDstColor)
22 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
26 if (!this->willReadDstColor()) {
34 if (!this->willReadDstColor()) {
43 uint32_t key = this->willReadDstColor() ? 0x1 : 0x0;
GrXferProcessor.h 150 bool willReadDstColor() const { return fWillReadDstColor; }
193 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.cpp 31 if (!args.fXP.willReadDstColor()) {
GrGLSLProgramBuilder.cpp 366 SkASSERT(fFS.hasReadDstColor() == xp.willReadDstColor());
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.cpp 31 if (!args.fXP.willReadDstColor()) {
GrGLSLProgramBuilder.cpp 368 SkASSERT(fFS.hasReadDstColor() == xp.willReadDstColor());
  /external/skia/src/gpu/effects/
GrCustomXfermode.cpp 178 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation());
  /external/skqp/src/gpu/effects/
GrCustomXfermode.cpp 178 SkASSERT(this->willReadDstColor() != this->hasHWBlendEquation());
  /external/skia/tests/
GrPorterDuffTest.cpp 98 TEST_ASSERT(!xp->willReadDstColor() ||
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 98 TEST_ASSERT(!xp->willReadDstColor() ||
    [all...]

Completed in 310 milliseconds