Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPoint3.h"
#include "include/effects/SkImageFilters.h"
Go to the source code of this file.
Classes | |
class | LightingBaseBench |
class | LightingPointLitDiffuseBench |
class | LightingDistantLitDiffuseBench |
class | LightingSpotLitDiffuseBench |
class | LightingPointLitSpecularBench |
class | LightingDistantLitSpecularBench |
class | LightingSpotLitSpecularBench |
Macros | |
#define | FILTER_WIDTH_SMALL SkIntToScalar(32) |
#define | FILTER_HEIGHT_SMALL SkIntToScalar(32) |
#define | FILTER_WIDTH_LARGE SkIntToScalar(256) |
#define | FILTER_HEIGHT_LARGE SkIntToScalar(256) |
#define FILTER_HEIGHT_LARGE SkIntToScalar(256) |
Definition at line 15 of file LightingBench.cpp.
#define FILTER_HEIGHT_SMALL SkIntToScalar(32) |
Definition at line 13 of file LightingBench.cpp.
#define FILTER_WIDTH_LARGE SkIntToScalar(256) |
Definition at line 14 of file LightingBench.cpp.
#define FILTER_WIDTH_SMALL SkIntToScalar(32) |
Definition at line 12 of file LightingBench.cpp.