Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp75 static void color_dodge_component(GrGLFragmentBuilder* fsBuilder, in color_dodge_component() function
316 color_dodge_component(fsBuilder, outputColor, inputColor, dstColor, 'r'); in emit_custom_xfermode_code()
317 color_dodge_component(fsBuilder, outputColor, inputColor, dstColor, 'g'); in emit_custom_xfermode_code()
318 color_dodge_component(fsBuilder, outputColor, inputColor, dstColor, 'b'); in emit_custom_xfermode_code()