Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLBlend.cpp16 static void hard_light(GrGLSLFragmentBuilder* fsBuilder, in hard_light()
37 static void color_dodge_component(GrGLSLFragmentBuilder* fsBuilder, in color_dodge_component()
61 static void color_burn_component(GrGLSLFragmentBuilder* fsBuilder, in color_burn_component()
82 static void soft_light_component_pos_dst_alpha(GrGLSLFragmentBuilder* fsBuilder, in soft_light_component_pos_dst_alpha()
124 static void add_lum_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setLumFunction) { in add_lum_function()
169 static void add_sat_function(GrGLSLFragmentBuilder* fsBuilder, SkString* setSatFunction) { in add_sat_function()
240 static void emit_advanced_xfermode_code(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in emit_advanced_xfermode_code()
373 static bool append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkXfermode::Coeff coeff, in append_porterduff_term()
419 void GrGLSLBlend::AppendMode(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendMode()
448 void GrGLSLBlend::AppendRegionOp(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor, in AppendRegionOp()
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp729 GrGLSLFragmentBuilder* fsBuilder = args.fFragBuilder; in emitCode() local
1134 GrGLSLFragmentBuilder* fsBuilder = args.fFragBuilder; in emitCode() local
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp155 GrGLSLPPFragmentBuilder* fsBuilder = args.fFragBuilder; in onEmitCode() local