Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
third_party
skia
src
sksl
SkSLProgramKind.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 SkSLProgramKind_DEFINED
9
#define SkSLProgramKind_DEFINED
10
11
#include <cinttypes>
12
13
namespace
SkSL
{
14
15
/**
16
* SkSL supports several different program kinds.
17
*/
18
enum class
ProgramKind
: int8_t {
19
kFragment,
20
kVertex,
21
kCompute,
22
kGraphiteFragment
,
23
kGraphiteVertex
,
24
kGraphiteFragmentES2
,
25
kGraphiteVertexES2
,
26
kRuntimeColorFilter
,
// Runtime effect only suitable as SkColorFilter
27
kRuntimeShader,
// " " " " " SkShader
28
kRuntimeBlender
,
// " " " " " SkBlender
29
kPrivateRuntimeColorFilter
,
// Runtime color filter with public restrictions lifted
30
kPrivateRuntimeShader
,
// Runtime shader " " " "
31
kPrivateRuntimeBlender
,
// Runtime blender " " " "
32
kMeshVertex
,
// Vertex portion of a custom mesh
33
kMeshFragment
,
// Fragment " " " " "
34
};
35
36
}
// namespace SkSL
37
38
#endif
SkSL
Definition:
SkCapabilities.h:15
SkSL::ProgramKind
ProgramKind
Definition:
SkSLProgramKind.h:18
SkSL::ProgramKind::kPrivateRuntimeBlender
@ kPrivateRuntimeBlender
SkSL::ProgramKind::kGraphiteVertex
@ kGraphiteVertex
SkSL::ProgramKind::kGraphiteFragment
@ kGraphiteFragment
SkSL::ProgramKind::kRuntimeColorFilter
@ kRuntimeColorFilter
SkSL::ProgramKind::kGraphiteVertexES2
@ kGraphiteVertexES2
SkSL::ProgramKind::kMeshFragment
@ kMeshFragment
SkSL::ProgramKind::kGraphiteFragmentES2
@ kGraphiteFragmentES2
SkSL::ProgramKind::kMeshVertex
@ kMeshVertex
SkSL::ProgramKind::kPrivateRuntimeShader
@ kPrivateRuntimeShader
SkSL::ProgramKind::kPrivateRuntimeColorFilter
@ kPrivateRuntimeColorFilter
SkSL::ProgramKind::kRuntimeBlender
@ kRuntimeBlender
Generated on Sun Jun 23 2024 21:56:35 for Flutter Engine by
1.9.4