Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkData.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRRect.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/effects/SkGradientShader.h"
#include "include/effects/SkImageFilters.h"
#include "include/effects/SkRuntimeEffect.h"
#include "include/gpu/GrRecordingContext.h"
#include "src/base/SkRandom.h"
#include "src/core/SkColorSpacePriv.h"
#include "src/core/SkRuntimeEffectPriv.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Classes | |
class | RuntimeShaderGM |
class | SimpleRT |
class | ThresholdRT |
class | SpiralRT |
class | UnsharpRT |
class | ColorCubeRT |
class | ColorCubeColorFilterRT |
class | ClipSuperRRect |
class | LinearGradientRT |
Enumerations | |
enum | RT_Flags { kAnimate_RTFlag = 0x1 , kBench_RTFlag = 0x2 , kColorFilter_RTFlag = 0x4 } |
enum RT_Flags |
Enumerator | |
---|---|
kAnimate_RTFlag | |
kBench_RTFlag | |
kColorFilter_RTFlag |
Definition at line 28 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | child_sampling_rt | , |
canvas | , | ||
256 | , | ||
256 | |||
) |
Definition at line 647 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | lit_shader_linear_rt | , |
canvas | , | ||
512 | , | ||
256 | |||
) |
Definition at line 831 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | local_matrix_shader_rt | , |
canvas | , | ||
256 | , | ||
256 | |||
) |
Definition at line 863 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | null_child_rt | , |
canvas | , | ||
150 | , | ||
100 | |||
) |
Definition at line 910 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | paint_alpha_normals_rt | , |
canvas | , | ||
512 | , | ||
512 | |||
) |
Definition at line 754 of file runtimeshader.cpp.
DEF_SIMPLE_GM | ( | raw_image_shader_normals_rt | , |
canvas | , | ||
768 | , | ||
512 | |||
) |
Definition at line 779 of file runtimeshader.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | alpha_image_shader_rt | , |
canvas | , | ||
errorMsg | , | ||
350 | , | ||
50 | |||
) |
Definition at line 1044 of file runtimeshader.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | deferred_shader_rt | , |
canvas | , | ||
errorMsg | , | ||
150 | , | ||
50 | |||
) |
Definition at line 1003 of file runtimeshader.cpp.
Definition at line 726 of file runtimeshader.cpp.
Definition at line 740 of file runtimeshader.cpp.
Definition at line 92 of file runtimeshader.cpp.
Definition at line 98 of file runtimeshader.cpp.
Definition at line 685 of file runtimeshader.cpp.
Definition at line 695 of file runtimeshader.cpp.
Definition at line 699 of file runtimeshader.cpp.
Definition at line 722 of file runtimeshader.cpp.
Definition at line 671 of file runtimeshader.cpp.
Definition at line 703 of file runtimeshader.cpp.
Definition at line 718 of file runtimeshader.cpp.
Definition at line 1037 of file runtimeshader.cpp.