Flutter Engine
The Flutter Engine
third_party
skia
src
gpu
ganesh
ops
DrawMeshOp.h
Go to the documentation of this file.
1
/*
2
* Copyright 2021 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#ifndef DrawMeshOp_DEFINED
9
#define DrawMeshOp_DEFINED
10
11
#include "
include/core/SkCanvas.h
"
12
#include "
include/core/SkRefCnt.h
"
13
#include "
include/private/base/SkTArray.h
"
14
#include "
include/private/gpu/ganesh/GrTypesPriv.h
"
15
#include "
src/gpu/ganesh/ops/GrOp.h
"
16
17
class
GrColorSpaceXform
;
18
class
GrPaint
;
19
class
GrRecordingContext
;
20
class
SkMatrix
;
21
class
SkMesh
;
22
23
namespace
skgpu::ganesh::DrawMeshOp
{
24
GrOp::Owner
Make
(
GrRecordingContext
*,
25
GrPaint
&&,
26
const
SkMesh
&,
27
skia_private::TArray
<std::unique_ptr<GrFragmentProcessor>> children,
28
const
SkMatrix
&,
29
GrAAType
,
30
sk_sp<GrColorSpaceXform>
);
31
32
GrOp::Owner
Make
(
GrRecordingContext
*,
33
GrPaint
&&,
34
sk_sp<SkVertices>
,
35
const
GrPrimitiveType
* overridePrimitiveType,
36
const
SkMatrix
&,
37
GrAAType
,
38
sk_sp<GrColorSpaceXform>
);
39
}
// namespace skgpu::ganesh::DrawMeshOp
40
41
#endif
// DrawMeshOp_DEFINED
GrOp.h
GrTypesPriv.h
GrPrimitiveType
GrPrimitiveType
Definition:
GrTypesPriv.h:43
GrAAType
GrAAType
Definition:
GrTypesPriv.h:200
SkCanvas.h
SkRefCnt.h
SkTArray.h
GrColorSpaceXform
Definition:
GrColorSpaceXform.h:30
GrOp::Owner
std::unique_ptr< GrOp > Owner
Definition:
GrOp.h:72
GrPaint
Definition:
GrPaint.h:40
GrRecordingContext
Definition:
GrRecordingContext.h:42
SkMatrix
Definition:
SkMatrix.h:54
SkMesh
Definition:
SkMesh.h:263
sk_sp< GrColorSpaceXform >
skia_private::TArray
Definition:
SkTArray.h:40
skgpu::ganesh::DrawMeshOp
Definition:
DrawMeshOp.cpp:1230
skgpu::ganesh::DrawMeshOp::Make
GrOp::Owner Make(GrRecordingContext *context, GrPaint &&paint, const SkMesh &mesh, TArray< std::unique_ptr< GrFragmentProcessor > > children, const SkMatrix &viewMatrix, GrAAType aaType, sk_sp< GrColorSpaceXform > colorSpaceXform)
Definition:
DrawMeshOp.cpp:1232
Generated on Sun Jun 23 2024 21:56:23 for Flutter Engine by
1.9.4