Home
last modified time | relevance | path

Searched refs:fEquation (Results 1 – 23 of 23) sorted by relevance

/external/skqp/tests/
DGrPorterDuffTest.cpp129 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
139 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
149 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
159 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
169 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
179 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
189 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
199 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
209 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
219 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
[all …]
/external/skia/tests/
DGrPorterDuffTest.cpp139 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
150 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
161 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
172 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
183 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
194 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
205 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
216 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
227 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
238 TEST_ASSERT(kAdd_GrBlendEquation == xpi.fBlendInfo.fEquation); in test_lcd_coverage()
[all …]
/external/skqp/src/gpu/
DGrXferProcessor.h131 fEquation = kAdd_GrBlendEquation; in reset()
140 GrBlendEquation fEquation;
DGrXferProcessor.cpp157 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
/external/skia/src/gpu/
DGrXferProcessor.cpp145 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
DGrPipeline.cpp111 blendKey |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift)); in genKey()
DGrXferProcessor.h139 GrBlendEquation fEquation = kAdd_GrBlendEquation; in GR_MAKE_BITFIELD_CLASS_OPS()
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp162 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift)); in get_blend_info_key()
DGrDawnProgramBuilder.cpp177 GrBlendEquation equation = blendInfo.fEquation; in create_blend_state()
/external/skqp/src/gpu/gl/
DGrGLGpu.h563 GrBlendEquation fEquation; member
571 fEquation = kIllegal_GrBlendEquation; in invalidate()
DGrGLGpu.cpp2863 GrBlendEquation equation = blendInfo.fEquation; in flushBlend()
2877 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlend()
2882 fHWBlendState.fEquation = blend_equation; in flushBlend()
2896 if (fHWBlendState.fEquation != equation) { in flushBlend()
2898 fHWBlendState.fEquation = equation; in flushBlend()
/external/skia/src/gpu/gl/
DGrGLGpu.h679 GrBlendEquation fEquation; member
687 fEquation = kIllegal_GrBlendEquation; in invalidate()
DGrGLGpu.cpp2532 GrBlendEquation equation = blendInfo.fEquation; in flushBlendAndColorWrite()
2548 GrBlendEquationIsAdvanced(fHWBlendState.fEquation)) { in flushBlendAndColorWrite()
2553 fHWBlendState.fEquation = blend_equation; in flushBlendAndColorWrite()
2565 if (fHWBlendState.fEquation != equation) { in flushBlendAndColorWrite()
2567 fHWBlendState.fEquation = equation; in flushBlendAndColorWrite()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp197 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp393 blendInfo->fEquation = fBlendFormula.equation(); in onGetBlendInfo()
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp199 blendInfo->fEquation = this->hwBlendEquation(); in onGetBlendInfo()
DGrPorterDuffXferProcessor.cpp417 blendInfo->fEquation = fBlendFormula.equation(); in onGetBlendInfo()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp388 key |= (blendInfo.fEquation << (kBlendWriteShift + 2 * kBlendCoeffShift)); in get_blend_info_key()
DGrVkPipeline.cpp432 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm283 GrBlendEquation equation = blendInfo.fEquation;
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp415 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state()
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp362 GrBlendEquation equation = blendInfo.fEquation; in fill_in_blend_state()
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm353 GrBlendEquation equation = blendInfo.fEquation;