Searched refs:SkRasterPipeline_UniformColorCtx (Results 1 – 5 of 5) sorted by relevance
43 static void load_color(SkRasterPipeline_UniformColorCtx* ctx, const float rgba[]) { in load_color()128 SkRasterPipeline_UniformColorCtx* uniformCtx = nullptr; in drawAtlas()134 uniformCtx = alloc.make<SkRasterPipeline_UniformColorCtx>(); in drawAtlas()
137 struct SkRasterPipeline_UniformColorCtx { struct
130 auto ctx = alloc->make<SkRasterPipeline_UniformColorCtx>(); in append_constant_color()
1663 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()1669 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()1676 STAGE(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) { in STAGE()4380 STAGE_PP(uniform_color, const SkRasterPipeline_UniformColorCtx* c) {4386 STAGE_PP(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) {
382 SkRasterPipeline_UniformColorCtx uniformCtx; in DEF_TEST()