Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros
LightingBench.cpp File Reference
#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)
 

Macro Definition Documentation

◆ FILTER_HEIGHT_LARGE

#define FILTER_HEIGHT_LARGE   SkIntToScalar(256)

Definition at line 15 of file LightingBench.cpp.

◆ FILTER_HEIGHT_SMALL

#define FILTER_HEIGHT_SMALL   SkIntToScalar(32)

Definition at line 13 of file LightingBench.cpp.

◆ FILTER_WIDTH_LARGE

#define FILTER_WIDTH_LARGE   SkIntToScalar(256)

Definition at line 14 of file LightingBench.cpp.

◆ FILTER_WIDTH_SMALL

#define FILTER_WIDTH_SMALL   SkIntToScalar(32)

Definition at line 12 of file LightingBench.cpp.