Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
VertexColorSpaceBench.cpp File Reference
#include "bench/Benchmark.h"
#include "include/core/SkString.h"
#include "include/gpu/GrDirectContext.h"
#include "src/base/SkHalf.h"
#include "src/core/SkColorSpacePriv.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrGeometryProcessor.h"
#include "src/gpu/ganesh/GrMemoryPool.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/SkGr.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "src/gpu/ganesh/glsl/GrGLSLVarying.h"
#include "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h"
#include "src/gpu/ganesh/ops/GrMeshDrawOp.h"
#include "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h"

Go to the source code of this file.

Classes

class  VertexColorSpaceBench
 

Functions

 DEF_BENCH (return new VertexColorSpaceBench(kBaseline_Mode, "baseline"))
 
 DEF_BENCH (return new VertexColorSpaceBench(kFloat_Mode, "float"))
 
 DEF_BENCH (return new VertexColorSpaceBench(kHalf_Mode, "half"))
 
 DEF_BENCH (return new VertexColorSpaceBench(kShader_Mode, "shader"))
 

Function Documentation

◆ DEF_BENCH() [1/4]

DEF_BENCH ( return new   VertexColorSpaceBenchkBaseline_Mode, "baseline")

◆ DEF_BENCH() [2/4]

DEF_BENCH ( return new   VertexColorSpaceBenchkFloat_Mode, "float")

◆ DEF_BENCH() [3/4]

DEF_BENCH ( return new   VertexColorSpaceBenchkHalf_Mode, "half")

◆ DEF_BENCH() [4/4]

DEF_BENCH ( return new   VertexColorSpaceBenchkShader_Mode, "shader")