Searched defs:fsBuilder (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLBlend.cpp | 17 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() 188 static void add_sat_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setSatFunction) { in add_sat_function() 259 static void emit_advanced_xfermode_code(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in emit_advanced_xfermode_code() 392 static bool append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkBlendModeCoeff coeff, in append_porterduff_term() 438 void GrGLSLBlend::AppendMode(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendMode() 467 void GrGLSLBlend::AppendRegionOp(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendRegionOp()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLBlend.cpp | 17 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() 188 static void add_sat_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setSatFunction) { in add_sat_function() 259 static void emit_advanced_xfermode_code(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in emit_advanced_xfermode_code() 392 static bool append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkBlendModeCoeff coeff, in append_porterduff_term() 438 void GrGLSLBlend::AppendMode(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendMode() 467 void GrGLSLBlend::AppendRegionOp(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendRegionOp()
|