Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrPorterDuffTest.cpp140 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
151 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
162 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
173 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
184 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
195 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
206 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
217 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
228 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
239 TEST_ASSERT(xpi.fBlendInfo.fWriteColor); in test_lcd_coverage()
[all …]
/third_party/skia/src/gpu/effects/
DGrDisableColorXP.cpp30 blendInfo->fWriteColor = false; in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp396 blendInfo->fWriteColor = fBlendFormula.modifiesDst(); in onGetBlendInfo()
/third_party/skia/src/gpu/
DGrPipeline.cpp89 b->addBool(blendInfo.fWriteColor, "writeColor"); in genKey()
DGrXferProcessor.h100 bool fWriteColor = true; in GR_MAKE_BITFIELD_CLASS_OPS() member
DGrXferProcessor.cpp146 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp159 uint32_t key = blendInfo.fWriteColor; in get_blend_info_key()
DGrDawnProgramBuilder.cpp389 bool writeColor = pipeline.getXferProcessor().getBlendInfo().fWriteColor; in Build()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm379 if (blendInfo.fWriteColor) {
385 writer->writeBool(blendInfo.fWriteColor);
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp408 if (!blendInfo.fWriteColor) { in setup_color_blend_state()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp373 if (!blendInfo.fWriteColor) { in fill_in_blend_state()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2537 if (this->glCaps().neverDisableColorWrites() && !blendInfo.fWriteColor) { in flushBlendAndColorWrite()
2554 !blendInfo.fWriteColor; in flushBlendAndColorWrite()
2623 this->flushColorWrite(blendInfo.fWriteColor); in flushBlendAndColorWrite()