Home
last modified time | relevance | path

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

/external/skqp/tests/
DGrPorterDuffTest.cpp132 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
142 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
152 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
162 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
172 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
182 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
192 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
202 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
212 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
222 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
[all …]
/external/skia/tests/
DGrPorterDuffTest.cpp134 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
144 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
154 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
164 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
174 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
184 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
194 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
204 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
214 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
224 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
[all …]
/external/skia/src/gpu/
DGrXferProcessor.h135 fWriteColor = true; in reset()
144 bool fWriteColor; member
DGrXferProcessor.cpp157 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
DGrPipeline.cpp123 uint32_t key = blendInfo.fWriteColor; in getBlendInfoKey()
/external/skqp/src/gpu/
DGrXferProcessor.h135 fWriteColor = true; in reset()
144 bool fWriteColor; member
DGrXferProcessor.cpp157 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/external/skqp/src/gpu/effects/
DGrDisableColorXP.cpp74 blendInfo->fWriteColor = false; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp420 blendInfo->fWriteColor = fBlendFormula.modifiesDst(); in onGetBlendInfo()
/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp74 blendInfo->fWriteColor = false; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp420 blendInfo->fWriteColor = fBlendFormula.modifiesDst(); in onGetBlendInfo()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp385 uint32_t key = blendInfo.fWriteColor; in get_blend_info_key()
DGrVkPipeline.cpp449 if (!blendInfo.fWriteColor) { in setup_color_blend_state()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm299 if (!blendInfo.fWriteColor) {
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm302 if (!blendInfo.fWriteColor) {
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp453 if (!blendInfo.fWriteColor) { in setup_color_blend_state()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2028 this->flushColorWrite(blendInfo.fWriteColor); in flushGLState()
2881 !blendInfo.fWriteColor; in flushBlend()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1999 this->flushColorWrite(blendInfo.fWriteColor); in flushGLState()
2869 !blendInfo.fWriteColor; in flushBlend()