Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw_atlas.cpp43 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()
DSkRasterPipelineOpContexts.h137 struct SkRasterPipeline_UniformColorCtx { struct
DSkRasterPipeline.cpp130 auto ctx = alloc->make<SkRasterPipeline_UniformColorCtx>(); in append_constant_color()
/external/skia/src/opts/
DSkRasterPipeline_opts.h1663 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) {
/external/skia/tests/
DSkRasterPipelineTest.cpp382 SkRasterPipeline_UniformColorCtx uniformCtx; in DEF_TEST()