Home
last modified time | relevance | path

Searched refs:fWriteColor (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DGrPorterDuffTest.cpp122 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
133 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
147 TEST_ASSERT(!xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
158 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
169 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
180 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
191 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
202 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
213 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
224 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
[all …]
/external/skia/include/gpu/
DGrXferProcessor.h162 fWriteColor = true; in reset()
171 bool fWriteColor; member
/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp87 blendInfo->fWriteColor = false; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp370 blendInfo->fWriteColor = fBlendFormula.modifiesDst(); in onGetBlendInfo()
/external/skia/src/gpu/
DGrXferProcessor.cpp187 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1792 this->flushColorWrite(blendInfo.fWriteColor); in flushGLState()
1807 if (blendInfo.fWriteColor) { in flushGLState()