aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/gpu/BUILD.bazel
blob: 9c81d2948c7d4fec55fb9625c410764018112711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
load("//bazel:macros.bzl", "generated_cc_atom")

generated_cc_atom(
    name = "GrBackendDrawableInfo_hdr",
    hdrs = ["GrBackendDrawableInfo.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrTypes_hdr",
        "//include/gpu/vk:GrVkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "GrBackendSemaphore_hdr",
    hdrs = ["GrBackendSemaphore.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrTypes_hdr",
        "//include/gpu/gl:GrGLTypes_hdr",
        "//include/gpu/mtl:GrMtlTypes_hdr",
        "//include/gpu/vk:GrVkTypes_hdr",
        "//include/private:GrD3DTypesMinimal_hdr",
    ],
)

generated_cc_atom(
    name = "GrBackendSurfaceMutableState_hdr",
    hdrs = ["GrBackendSurfaceMutableState.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrTypes_hdr",
        "//include/private:GrVkTypesPriv_hdr",
    ],
)

generated_cc_atom(
    name = "GrBackendSurface_hdr",
    hdrs = ["GrBackendSurface.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrBackendSurfaceMutableState_hdr",
        ":GrSurfaceInfo_hdr",
        ":GrTypes_hdr",
        "//include/gpu/dawn:GrDawnTypes_hdr",
        "//include/gpu/gl:GrGLTypes_hdr",
        "//include/gpu/mock:GrMockTypes_hdr",
        "//include/gpu/mtl:GrMtlTypes_hdr",
        "//include/gpu/vk:GrVkTypes_hdr",
        "//include/private:GrD3DTypesMinimal_hdr",
        "//include/private:GrGLTypesPriv_hdr",
        "//include/private:GrVkTypesPriv_hdr",
    ],
)

generated_cc_atom(
    name = "GrConfig_hdr",
    hdrs = ["GrConfig.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkTypes_hdr"],
)

generated_cc_atom(
    name = "GrContextOptions_hdr",
    hdrs = ["GrContextOptions.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrDriverBugWorkarounds_hdr",
        ":GrTypes_hdr",
        ":ShaderErrorHandler_hdr",
        "//include/core:SkData_hdr",
        "//include/core:SkString_hdr",
        "//include/core:SkTypes_hdr",
        "//include/private:GrTypesPriv_hdr",
    ],
)

generated_cc_atom(
    name = "GrContextThreadSafeProxy_hdr",
    hdrs = ["GrContextThreadSafeProxy.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrContextOptions_hdr",
        ":GrTypes_hdr",
        "//include/core:SkImageInfo_hdr",
        "//include/core:SkRefCnt_hdr",
    ],
)

generated_cc_atom(
    name = "GrDirectContext_hdr",
    hdrs = ["GrDirectContext.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrBackendSurface_hdr",
        ":GrRecordingContext_hdr",
        "//include/core:SkUnPreMultiply_hdr",
    ],
)

generated_cc_atom(
    name = "GrDriverBugWorkaroundsAutogen_hdr",
    hdrs = ["GrDriverBugWorkaroundsAutogen.h"],
    visibility = ["//:__subpackages__"],
)

generated_cc_atom(
    name = "GrDriverBugWorkarounds_hdr",
    hdrs = ["GrDriverBugWorkarounds.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrDriverBugWorkaroundsAutogen_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "GrRecordingContext_hdr",
    hdrs = ["GrRecordingContext.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        "//include/core:SkRefCnt_hdr",
        "//include/private:GrImageContext_hdr",
        "//include/private:SkTArray_hdr",
    ],
)

generated_cc_atom(
    name = "GrSurfaceInfo_hdr",
    hdrs = ["GrSurfaceInfo.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrTypes_hdr",
        "//include/private:GrD3DTypesMinimal_hdr",
        "//include/private:GrDawnTypesPriv_hdr",
        "//include/private:GrGLTypesPriv_hdr",
        "//include/private:GrMockTypesPriv_hdr",
        "//include/private:GrMtlTypesPriv_hdr",
        "//include/private:GrVkTypesPriv_hdr",
    ],
)

generated_cc_atom(
    name = "GrTypes_hdr",
    hdrs = ["GrTypes.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrConfig_hdr",
        "//include/core:SkMath_hdr",
        "//include/core:SkTypes_hdr",
    ],
)

generated_cc_atom(
    name = "GrYUVABackendTextures_hdr",
    hdrs = ["GrYUVABackendTextures.h"],
    visibility = ["//:__subpackages__"],
    deps = [
        ":GrBackendSurface_hdr",
        "//include/core:SkYUVAInfo_hdr",
    ],
)

generated_cc_atom(
    name = "ShaderErrorHandler_hdr",
    hdrs = ["ShaderErrorHandler.h"],
    visibility = ["//:__subpackages__"],
    deps = ["//include/core:SkTypes_hdr"],
)