![]() |
Flutter Engine
The Flutter Engine
|
#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")) | |
DEF_BENCH | ( | return new | VertexColorSpaceBenchkBaseline_Mode, "baseline" | ) |
DEF_BENCH | ( | return new | VertexColorSpaceBenchkFloat_Mode, "float" | ) |
DEF_BENCH | ( | return new | VertexColorSpaceBenchkHalf_Mode, "half" | ) |
DEF_BENCH | ( | return new | VertexColorSpaceBenchkShader_Mode, "shader" | ) |