Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.h"
#include "include/gpu/GrRecordingContext.h"
#include "src/gpu/ganesh/GrRecordingContextPriv.h"
#include "src/gpu/ganesh/ops/GrOp.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) |