Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipeline.cpp396 static void prepend_to_pipeline(SkRasterPipelineStage*& ip, SkOpts::StageFn stageFn, void* ctx) { in prepend_to_pipeline() function
408 prepend_to_pipeline(ip, SkOpts::just_return_lowp, /*ctx=*/nullptr); in build_lowp_pipeline()
415 prepend_to_pipeline(ip, SkOpts::ops_lowp[opIndex], st->ctx); in build_lowp_pipeline()
422 prepend_to_pipeline(ip, SkOpts::just_return_highp, /*ctx=*/nullptr); in build_highp_pipeline()
425 prepend_to_pipeline(ip, SkOpts::ops_highp[opIndex], st->ctx); in build_highp_pipeline()
434 prepend_to_pipeline(ip, SkOpts::ops_highp[rewindIndex], fRewindCtx); in build_highp_pipeline()