Searched refs:fWriteColor (Results 1 – 12 of 12) sorted by relevance
140 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 …]
30 blendInfo->fWriteColor = false; in onGetBlendInfo()
396 blendInfo->fWriteColor = fBlendFormula.modifiesDst(); in onGetBlendInfo()
89 b->addBool(blendInfo.fWriteColor, "writeColor"); in genKey()
100 bool fWriteColor = true; in GR_MAKE_BITFIELD_CLASS_OPS() member
146 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
159 uint32_t key = blendInfo.fWriteColor; in get_blend_info_key()
389 bool writeColor = pipeline.getXferProcessor().getBlendInfo().fWriteColor; in Build()
379 if (blendInfo.fWriteColor) {385 writer->writeBool(blendInfo.fWriteColor);
408 if (!blendInfo.fWriteColor) { in setup_color_blend_state()
373 if (!blendInfo.fWriteColor) { in fill_in_blend_state()
2537 if (this->glCaps().neverDisableColorWrites() && !blendInfo.fWriteColor) { in flushBlendAndColorWrite()2554 !blendInfo.fWriteColor; in flushBlendAndColorWrite()2623 this->flushColorWrite(blendInfo.fWriteColor); in flushBlendAndColorWrite()