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
SkSLModuleData.h
Go to the documentation of this file.
1
/*
2
* Copyright 2024 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 SKSL_MODULEDATA
9
#define SKSL_MODULEDATA
10
11
#include <string>
12
13
namespace
SkSL
{
14
15
enum class
ModuleName
{
16
sksl_shared
,
17
sksl_compute
,
18
sksl_frag
,
19
sksl_gpu
,
20
sksl_public
,
21
sksl_rt_shader
,
22
sksl_vert
,
23
sksl_graphite_frag
,
24
sksl_graphite_frag_es2
,
25
sksl_graphite_vert
,
26
sksl_graphite_vert_es2
,
27
};
28
29
std::string
GetModuleData
(
ModuleName
name
,
const
char
* filename);
30
31
}
// namespace SkSL
32
33
#endif
// SKSL_MODULEDATA
SkSL
Definition:
SkCapabilities.h:15
SkSL::ModuleName
ModuleName
Definition:
SkSLModuleData.h:15
SkSL::ModuleName::sksl_shared
@ sksl_shared
SkSL::ModuleName::sksl_graphite_frag
@ sksl_graphite_frag
SkSL::ModuleName::sksl_graphite_vert
@ sksl_graphite_vert
SkSL::ModuleName::sksl_gpu
@ sksl_gpu
SkSL::ModuleName::sksl_public
@ sksl_public
SkSL::ModuleName::sksl_graphite_vert_es2
@ sksl_graphite_vert_es2
SkSL::ModuleName::sksl_compute
@ sksl_compute
SkSL::ModuleName::sksl_frag
@ sksl_frag
SkSL::ModuleName::sksl_graphite_frag_es2
@ sksl_graphite_frag_es2
SkSL::ModuleName::sksl_rt_shader
@ sksl_rt_shader
SkSL::ModuleName::sksl_vert
@ sksl_vert
SkSL::GetModuleData
std::string GetModuleData(ModuleName name, const char *filename)
Definition:
SkSLModuleDataDefault.cpp:46
flutter::name
DEF_SWITCHES_START aot vmservice shared library name
Definition:
switches.h:32
Generated on Sun Jun 23 2024 21:56:35 for Flutter Engine by
1.9.4