Flutter Engine
The Flutter Engine
|
#include "tools/gpu/TestOps.h"
#include "src/core/SkPointPriv.h"
#include "src/gpu/BufferWriter.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrGeometryProcessor.h"
#include "src/gpu/ganesh/GrMemoryPool.h"
#include "src/gpu/ganesh/GrOpFlushState.h"
#include "src/gpu/ganesh/GrProgramInfo.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/GrSimpleMeshDrawOpHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | sk_gpu_test |
namespace | sk_gpu_test::test_ops |
Functions | |
GrOp::Owner | sk_gpu_test::test_ops::MakeRect (GrRecordingContext *context, GrPaint &&paint, const SkRect &drawRect, const SkRect &localRect, const SkMatrix &localM) |
GrOp::Owner | sk_gpu_test::test_ops::MakeRect (GrRecordingContext *context, std::unique_ptr< GrFragmentProcessor > fp, const SkRect &drawRect, const SkRect &localRect, const SkMatrix &localM) |
GrOp::Owner | sk_gpu_test::test_ops::MakeRect (GrRecordingContext *context, GrPaint &&paint, const SkRect &rect) |