Searched refs:start_pipeline (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/opts/ |
H A D | SkOpts_hsw.cpp | 40 start_pipeline_highp = SK_OPTS_NS::start_pipeline; in Init_hsw() 46 start_pipeline_lowp = SK_OPTS_NS::lowp::start_pipeline; in Init_hsw()
|
H A D | SkRasterPipeline_opts.h | 1084 static void start_pipeline(size_t dx, size_t dy, size_t xlimit, size_t ylimit, void** program) { in start_pipeline() function 1140 // returning back up to start_pipeline(), and from there to the caller. 2902 static void start_pipeline(size_t,size_t,size_t,size_t, void**) {} 2944 static void start_pipeline(const size_t x0, const size_t y0,
|
/third_party/skia/src/core/ |
H A D | SkOpts.cpp | 98 = SK_OPTS_NS::start_pipeline; 105 = SK_OPTS_NS::lowp::start_pipeline;
|
H A D | SkRasterPipeline.cpp | 398 auto start_pipeline = this->build_pipeline(program.get() + fSlotsNeeded); in run() local 399 start_pipeline(x,y,x+w,y+h, program.get()); in run() 409 auto start_pipeline = this->build_pipeline(program + fSlotsNeeded); in compile() local 411 start_pipeline(x,y,x+w,y+h, program); in compile()
|
Completed in 7 milliseconds