Home
last modified time | relevance | path

Searched defs:fsBuilder (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp17 static void hard_light(GrGLSLFragmentBuilder* fsBuilder, in hard_light()
38 static void color_dodge_component(GrGLSLFragmentBuilder* fsBuilder, in color_dodge_component()
68 static void color_burn_component(GrGLSLFragmentBuilder* fsBuilder, in color_burn_component()
95 static void soft_light_component_pos_dst_alpha(GrGLSLFragmentBuilder* fsBuilder, in soft_light_component_pos_dst_alpha()
143 static void add_lum_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setLumFunction) { in add_lum_function()
187 static void add_sat_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setSatFunction) { in add_sat_function()
258 static void emit_advanced_xfermode_code(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in emit_advanced_xfermode_code()
391 static bool append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkBlendModeCoeff coeff, in append_porterduff_term()
437 void GrGLSLBlend::AppendMode(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendMode()
466 void GrGLSLBlend::AppendRegionOp(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendRegionOp()
/third_party/skia/src/gpu/glsl/
DGrGLSLBlend.cpp49 void AppendMode(GrGLSLShaderBuilder* fsBuilder, in AppendMode()