Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | SkOpts |
Macros | |
#define | SK_OPTS_NS hsw |
#define | M(st) ops_highp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::st; |
#define | M(st) ops_lowp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::lowp::st; |
Functions | |
void | SkOpts::Init_hsw () |
#define M | ( | st | ) | ops_highp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::st; |
#define M | ( | st | ) | ops_lowp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::lowp::st; |
#define SK_OPTS_NS hsw |
Definition at line 12 of file SkOpts_hsw.cpp.