Searched refs:gather_8888 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/shaders/ |
D | SkImageShader.cpp | 358 case kRGBA_8888_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); break; in onAppendStages() 366 case kRGB_888x_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); in onAppendStages() 372 case kBGRA_8888_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); in onAppendStages()
|
/external/skqp/src/core/ |
D | SkRasterPipeline.h | 50 M(load_8888) M(load_8888_dst) M(store_8888) M(gather_8888) \
|
/external/skia/src/shaders/ |
D | SkImageShader.cpp | 556 case kRGBA_8888_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); break; in doStages() 567 case kRGB_888x_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); in doStages() 580 case kBGRA_8888_SkColorType: p->append(SkRasterPipeline::gather_8888, ctx); in doStages()
|
/external/skia/src/core/ |
D | SkRasterPipeline.h | 57 M(load_8888) M(load_8888_dst) M(store_8888) M(gather_8888) \
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 1684 STAGE(gather_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() argument 2910 STAGE_GP(gather_8888, const SkRasterPipeline_GatherCtx* ctx) {
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1991 STAGE(gather_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() argument 3531 STAGE_GP(gather_8888, const SkRasterPipeline_GatherCtx* ctx) {
|