Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
11 // This file is included by gles2_interface_stub.cc. 11 // This file is included by gles2_interface_stub.cc.
12 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 12 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
13 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 13 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
14 14
15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { 15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) {}
16 }
17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, 16 void GLES2InterfaceStub::AttachShader(GLuint /* program */,
18 GLuint /* shader */) { 17 GLuint /* shader */) {}
19 }
20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, 18 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */,
21 GLuint /* index */, 19 GLuint /* index */,
22 const char* /* name */) { 20 const char* /* name */) {}
23 } 21 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {}
24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {
25 }
26 void GLES2InterfaceStub::BindBufferBase(GLenum /* target */, 22 void GLES2InterfaceStub::BindBufferBase(GLenum /* target */,
27 GLuint /* index */, 23 GLuint /* index */,
28 GLuint /* buffer */) { 24 GLuint /* buffer */) {}
29 }
30 void GLES2InterfaceStub::BindBufferRange(GLenum /* target */, 25 void GLES2InterfaceStub::BindBufferRange(GLenum /* target */,
31 GLuint /* index */, 26 GLuint /* index */,
32 GLuint /* buffer */, 27 GLuint /* buffer */,
33 GLintptr /* offset */, 28 GLintptr /* offset */,
34 GLsizeiptr /* size */) { 29 GLsizeiptr /* size */) {}
35 }
36 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, 30 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */,
37 GLuint /* framebuffer */) { 31 GLuint /* framebuffer */) {}
38 }
39 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, 32 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */,
40 GLuint /* renderbuffer */) { 33 GLuint /* renderbuffer */) {}
41 } 34 void GLES2InterfaceStub::BindSampler(GLuint /* unit */, GLuint /* sampler */) {}
42 void GLES2InterfaceStub::BindSampler(GLuint /* unit */, GLuint /* sampler */) {
43 }
44 void GLES2InterfaceStub::BindTexture(GLenum /* target */, 35 void GLES2InterfaceStub::BindTexture(GLenum /* target */,
45 GLuint /* texture */) { 36 GLuint /* texture */) {}
46 }
47 void GLES2InterfaceStub::BindTransformFeedback(GLenum /* target */, 37 void GLES2InterfaceStub::BindTransformFeedback(GLenum /* target */,
48 GLuint /* transformfeedback */) { 38 GLuint /* transformfeedback */) {
49 } 39 }
50 void GLES2InterfaceStub::BlendColor(GLclampf /* red */, 40 void GLES2InterfaceStub::BlendColor(GLclampf /* red */,
51 GLclampf /* green */, 41 GLclampf /* green */,
52 GLclampf /* blue */, 42 GLclampf /* blue */,
53 GLclampf /* alpha */) { 43 GLclampf /* alpha */) {}
54 } 44 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {}
55 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {
56 }
57 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */, 45 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */,
58 GLenum /* modeAlpha */) { 46 GLenum /* modeAlpha */) {}
59 }
60 void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) { 47 void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) {
61 } 48 }
62 void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */, 49 void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */,
63 GLenum /* dstRGB */, 50 GLenum /* dstRGB */,
64 GLenum /* srcAlpha */, 51 GLenum /* srcAlpha */,
65 GLenum /* dstAlpha */) { 52 GLenum /* dstAlpha */) {}
66 }
67 void GLES2InterfaceStub::BufferData(GLenum /* target */, 53 void GLES2InterfaceStub::BufferData(GLenum /* target */,
68 GLsizeiptr /* size */, 54 GLsizeiptr /* size */,
69 const void* /* data */, 55 const void* /* data */,
70 GLenum /* usage */) { 56 GLenum /* usage */) {}
71 }
72 void GLES2InterfaceStub::BufferSubData(GLenum /* target */, 57 void GLES2InterfaceStub::BufferSubData(GLenum /* target */,
73 GLintptr /* offset */, 58 GLintptr /* offset */,
74 GLsizeiptr /* size */, 59 GLsizeiptr /* size */,
75 const void* /* data */) { 60 const void* /* data */) {}
76 }
77 GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) { 61 GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) {
78 return 0; 62 return 0;
79 } 63 }
80 void GLES2InterfaceStub::Clear(GLbitfield /* mask */) { 64 void GLES2InterfaceStub::Clear(GLbitfield /* mask */) {}
81 }
82 void GLES2InterfaceStub::ClearBufferfi(GLenum /* buffer */, 65 void GLES2InterfaceStub::ClearBufferfi(GLenum /* buffer */,
83 GLint /* drawbuffers */, 66 GLint /* drawbuffers */,
84 GLfloat /* depth */, 67 GLfloat /* depth */,
85 GLint /* stencil */) { 68 GLint /* stencil */) {}
86 }
87 void GLES2InterfaceStub::ClearBufferfv(GLenum /* buffer */, 69 void GLES2InterfaceStub::ClearBufferfv(GLenum /* buffer */,
88 GLint /* drawbuffers */, 70 GLint /* drawbuffers */,
89 const GLfloat* /* value */) { 71 const GLfloat* /* value */) {}
90 }
91 void GLES2InterfaceStub::ClearBufferiv(GLenum /* buffer */, 72 void GLES2InterfaceStub::ClearBufferiv(GLenum /* buffer */,
92 GLint /* drawbuffers */, 73 GLint /* drawbuffers */,
93 const GLint* /* value */) { 74 const GLint* /* value */) {}
94 }
95 void GLES2InterfaceStub::ClearBufferuiv(GLenum /* buffer */, 75 void GLES2InterfaceStub::ClearBufferuiv(GLenum /* buffer */,
96 GLint /* drawbuffers */, 76 GLint /* drawbuffers */,
97 const GLuint* /* value */) { 77 const GLuint* /* value */) {}
98 }
99 void GLES2InterfaceStub::ClearColor(GLclampf /* red */, 78 void GLES2InterfaceStub::ClearColor(GLclampf /* red */,
100 GLclampf /* green */, 79 GLclampf /* green */,
101 GLclampf /* blue */, 80 GLclampf /* blue */,
102 GLclampf /* alpha */) { 81 GLclampf /* alpha */) {}
103 } 82 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {}
104 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) { 83 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {}
105 }
106 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {
107 }
108 GLenum GLES2InterfaceStub::ClientWaitSync(GLsync /* sync */, 84 GLenum GLES2InterfaceStub::ClientWaitSync(GLsync /* sync */,
109 GLbitfield /* flags */, 85 GLbitfield /* flags */,
110 GLuint64 /* timeout */) { 86 GLuint64 /* timeout */) {
111 return 0; 87 return 0;
112 } 88 }
113 void GLES2InterfaceStub::ColorMask(GLboolean /* red */, 89 void GLES2InterfaceStub::ColorMask(GLboolean /* red */,
114 GLboolean /* green */, 90 GLboolean /* green */,
115 GLboolean /* blue */, 91 GLboolean /* blue */,
116 GLboolean /* alpha */) { 92 GLboolean /* alpha */) {}
117 } 93 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) {}
118 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) {
119 }
120 void GLES2InterfaceStub::CompressedTexImage2D(GLenum /* target */, 94 void GLES2InterfaceStub::CompressedTexImage2D(GLenum /* target */,
121 GLint /* level */, 95 GLint /* level */,
122 GLenum /* internalformat */, 96 GLenum /* internalformat */,
123 GLsizei /* width */, 97 GLsizei /* width */,
124 GLsizei /* height */, 98 GLsizei /* height */,
125 GLint /* border */, 99 GLint /* border */,
126 GLsizei /* imageSize */, 100 GLsizei /* imageSize */,
127 const void* /* data */) { 101 const void* /* data */) {}
128 }
129 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, 102 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */,
130 GLint /* level */, 103 GLint /* level */,
131 GLint /* xoffset */, 104 GLint /* xoffset */,
132 GLint /* yoffset */, 105 GLint /* yoffset */,
133 GLsizei /* width */, 106 GLsizei /* width */,
134 GLsizei /* height */, 107 GLsizei /* height */,
135 GLenum /* format */, 108 GLenum /* format */,
136 GLsizei /* imageSize */, 109 GLsizei /* imageSize */,
137 const void* /* data */) { 110 const void* /* data */) {}
138 }
139 void GLES2InterfaceStub::CompressedTexImage3D(GLenum /* target */, 111 void GLES2InterfaceStub::CompressedTexImage3D(GLenum /* target */,
140 GLint /* level */, 112 GLint /* level */,
141 GLenum /* internalformat */, 113 GLenum /* internalformat */,
142 GLsizei /* width */, 114 GLsizei /* width */,
143 GLsizei /* height */, 115 GLsizei /* height */,
144 GLsizei /* depth */, 116 GLsizei /* depth */,
145 GLint /* border */, 117 GLint /* border */,
146 GLsizei /* imageSize */, 118 GLsizei /* imageSize */,
147 const void* /* data */) { 119 const void* /* data */) {}
148 }
149 void GLES2InterfaceStub::CompressedTexSubImage3D(GLenum /* target */, 120 void GLES2InterfaceStub::CompressedTexSubImage3D(GLenum /* target */,
150 GLint /* level */, 121 GLint /* level */,
151 GLint /* xoffset */, 122 GLint /* xoffset */,
152 GLint /* yoffset */, 123 GLint /* yoffset */,
153 GLint /* zoffset */, 124 GLint /* zoffset */,
154 GLsizei /* width */, 125 GLsizei /* width */,
155 GLsizei /* height */, 126 GLsizei /* height */,
156 GLsizei /* depth */, 127 GLsizei /* depth */,
157 GLenum /* format */, 128 GLenum /* format */,
158 GLsizei /* imageSize */, 129 GLsizei /* imageSize */,
159 const void* /* data */) { 130 const void* /* data */) {}
160 }
161 void GLES2InterfaceStub::CopyBufferSubData(GLenum /* readtarget */, 131 void GLES2InterfaceStub::CopyBufferSubData(GLenum /* readtarget */,
162 GLenum /* writetarget */, 132 GLenum /* writetarget */,
163 GLintptr /* readoffset */, 133 GLintptr /* readoffset */,
164 GLintptr /* writeoffset */, 134 GLintptr /* writeoffset */,
165 GLsizeiptr /* size */) { 135 GLsizeiptr /* size */) {}
166 }
167 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, 136 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */,
168 GLint /* level */, 137 GLint /* level */,
169 GLenum /* internalformat */, 138 GLenum /* internalformat */,
170 GLint /* x */, 139 GLint /* x */,
171 GLint /* y */, 140 GLint /* y */,
172 GLsizei /* width */, 141 GLsizei /* width */,
173 GLsizei /* height */, 142 GLsizei /* height */,
174 GLint /* border */) { 143 GLint /* border */) {}
175 }
176 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, 144 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */,
177 GLint /* level */, 145 GLint /* level */,
178 GLint /* xoffset */, 146 GLint /* xoffset */,
179 GLint /* yoffset */, 147 GLint /* yoffset */,
180 GLint /* x */, 148 GLint /* x */,
181 GLint /* y */, 149 GLint /* y */,
182 GLsizei /* width */, 150 GLsizei /* width */,
183 GLsizei /* height */) { 151 GLsizei /* height */) {}
184 }
185 void GLES2InterfaceStub::CopyTexSubImage3D(GLenum /* target */, 152 void GLES2InterfaceStub::CopyTexSubImage3D(GLenum /* target */,
186 GLint /* level */, 153 GLint /* level */,
187 GLint /* xoffset */, 154 GLint /* xoffset */,
188 GLint /* yoffset */, 155 GLint /* yoffset */,
189 GLint /* zoffset */, 156 GLint /* zoffset */,
190 GLint /* x */, 157 GLint /* x */,
191 GLint /* y */, 158 GLint /* y */,
192 GLsizei /* width */, 159 GLsizei /* width */,
193 GLsizei /* height */) { 160 GLsizei /* height */) {}
194 }
195 GLuint GLES2InterfaceStub::CreateProgram() { 161 GLuint GLES2InterfaceStub::CreateProgram() {
196 return 0; 162 return 0;
197 } 163 }
198 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) { 164 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) {
199 return 0; 165 return 0;
200 } 166 }
201 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { 167 void GLES2InterfaceStub::CullFace(GLenum /* mode */) {}
202 }
203 void GLES2InterfaceStub::DeleteBuffers(GLsizei /* n */, 168 void GLES2InterfaceStub::DeleteBuffers(GLsizei /* n */,
204 const GLuint* /* buffers */) { 169 const GLuint* /* buffers */) {}
205 }
206 void GLES2InterfaceStub::DeleteFramebuffers(GLsizei /* n */, 170 void GLES2InterfaceStub::DeleteFramebuffers(GLsizei /* n */,
207 const GLuint* /* framebuffers */) { 171 const GLuint* /* framebuffers */) {}
208 } 172 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) {}
209 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) {
210 }
211 void GLES2InterfaceStub::DeleteRenderbuffers( 173 void GLES2InterfaceStub::DeleteRenderbuffers(
212 GLsizei /* n */, 174 GLsizei /* n */,
213 const GLuint* /* renderbuffers */) { 175 const GLuint* /* renderbuffers */) {}
214 }
215 void GLES2InterfaceStub::DeleteSamplers(GLsizei /* n */, 176 void GLES2InterfaceStub::DeleteSamplers(GLsizei /* n */,
216 const GLuint* /* samplers */) { 177 const GLuint* /* samplers */) {}
217 } 178 void GLES2InterfaceStub::DeleteSync(GLsync /* sync */) {}
218 void GLES2InterfaceStub::DeleteSync(GLsync /* sync */) { 179 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) {}
219 }
220 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) {
221 }
222 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, 180 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */,
223 const GLuint* /* textures */) { 181 const GLuint* /* textures */) {}
224 }
225 void GLES2InterfaceStub::DeleteTransformFeedbacks(GLsizei /* n */, 182 void GLES2InterfaceStub::DeleteTransformFeedbacks(GLsizei /* n */,
226 const GLuint* /* ids */) { 183 const GLuint* /* ids */) {}
227 } 184 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) {}
228 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { 185 void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) {}
229 }
230 void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) {
231 }
232 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, 186 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */,
233 GLclampf /* zFar */) { 187 GLclampf /* zFar */) {}
234 }
235 void GLES2InterfaceStub::DetachShader(GLuint /* program */, 188 void GLES2InterfaceStub::DetachShader(GLuint /* program */,
236 GLuint /* shader */) { 189 GLuint /* shader */) {}
237 } 190 void GLES2InterfaceStub::Disable(GLenum /* cap */) {}
238 void GLES2InterfaceStub::Disable(GLenum /* cap */) { 191 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {}
239 }
240 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {
241 }
242 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, 192 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */,
243 GLint /* first */, 193 GLint /* first */,
244 GLsizei /* count */) { 194 GLsizei /* count */) {}
245 }
246 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, 195 void GLES2InterfaceStub::DrawElements(GLenum /* mode */,
247 GLsizei /* count */, 196 GLsizei /* count */,
248 GLenum /* type */, 197 GLenum /* type */,
249 const void* /* indices */) { 198 const void* /* indices */) {}
250 }
251 void GLES2InterfaceStub::DrawRangeElements(GLenum /* mode */, 199 void GLES2InterfaceStub::DrawRangeElements(GLenum /* mode */,
252 GLuint /* start */, 200 GLuint /* start */,
253 GLuint /* end */, 201 GLuint /* end */,
254 GLsizei /* count */, 202 GLsizei /* count */,
255 GLenum /* type */, 203 GLenum /* type */,
256 const void* /* indices */) { 204 const void* /* indices */) {}
257 } 205 void GLES2InterfaceStub::Enable(GLenum /* cap */) {}
258 void GLES2InterfaceStub::Enable(GLenum /* cap */) { 206 void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) {}
259 }
260 void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) {
261 }
262 GLsync GLES2InterfaceStub::FenceSync(GLenum /* condition */, 207 GLsync GLES2InterfaceStub::FenceSync(GLenum /* condition */,
263 GLbitfield /* flags */) { 208 GLbitfield /* flags */) {
264 return 0; 209 return 0;
265 } 210 }
266 void GLES2InterfaceStub::Finish() { 211 void GLES2InterfaceStub::Finish() {}
267 } 212 void GLES2InterfaceStub::Flush() {}
268 void GLES2InterfaceStub::Flush() {
269 }
270 void GLES2InterfaceStub::FramebufferRenderbuffer( 213 void GLES2InterfaceStub::FramebufferRenderbuffer(
271 GLenum /* target */, 214 GLenum /* target */,
272 GLenum /* attachment */, 215 GLenum /* attachment */,
273 GLenum /* renderbuffertarget */, 216 GLenum /* renderbuffertarget */,
274 GLuint /* renderbuffer */) { 217 GLuint /* renderbuffer */) {}
275 }
276 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, 218 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */,
277 GLenum /* attachment */, 219 GLenum /* attachment */,
278 GLenum /* textarget */, 220 GLenum /* textarget */,
279 GLuint /* texture */, 221 GLuint /* texture */,
280 GLint /* level */) { 222 GLint /* level */) {}
281 }
282 void GLES2InterfaceStub::FramebufferTextureLayer(GLenum /* target */, 223 void GLES2InterfaceStub::FramebufferTextureLayer(GLenum /* target */,
283 GLenum /* attachment */, 224 GLenum /* attachment */,
284 GLuint /* texture */, 225 GLuint /* texture */,
285 GLint /* level */, 226 GLint /* level */,
286 GLint /* layer */) { 227 GLint /* layer */) {}
287 } 228 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) {}
288 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) { 229 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) {}
289 } 230 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) {}
290 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) {
291 }
292 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) {
293 }
294 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, 231 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */,
295 GLuint* /* framebuffers */) { 232 GLuint* /* framebuffers */) {}
296 }
297 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, 233 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */,
298 GLuint* /* renderbuffers */) { 234 GLuint* /* renderbuffers */) {}
299 } 235 void GLES2InterfaceStub::GenSamplers(GLsizei /* n */, GLuint* /* samplers */) {}
300 void GLES2InterfaceStub::GenSamplers(GLsizei /* n */, GLuint* /* samplers */) { 236 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {}
301 }
302 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {
303 }
304 void GLES2InterfaceStub::GenTransformFeedbacks(GLsizei /* n */, 237 void GLES2InterfaceStub::GenTransformFeedbacks(GLsizei /* n */,
305 GLuint* /* ids */) { 238 GLuint* /* ids */) {}
306 }
307 void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */, 239 void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */,
308 GLuint /* index */, 240 GLuint /* index */,
309 GLsizei /* bufsize */, 241 GLsizei /* bufsize */,
310 GLsizei* /* length */, 242 GLsizei* /* length */,
311 GLint* /* size */, 243 GLint* /* size */,
312 GLenum* /* type */, 244 GLenum* /* type */,
313 char* /* name */) { 245 char* /* name */) {}
314 }
315 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, 246 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */,
316 GLuint /* index */, 247 GLuint /* index */,
317 GLsizei /* bufsize */, 248 GLsizei /* bufsize */,
318 GLsizei* /* length */, 249 GLsizei* /* length */,
319 GLint* /* size */, 250 GLint* /* size */,
320 GLenum* /* type */, 251 GLenum* /* type */,
321 char* /* name */) { 252 char* /* name */) {}
322 }
323 void GLES2InterfaceStub::GetActiveUniformBlockiv(GLuint /* program */, 253 void GLES2InterfaceStub::GetActiveUniformBlockiv(GLuint /* program */,
324 GLuint /* index */, 254 GLuint /* index */,
325 GLenum /* pname */, 255 GLenum /* pname */,
326 GLint* /* params */) { 256 GLint* /* params */) {}
327 }
328 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, 257 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */,
329 GLuint /* index */, 258 GLuint /* index */,
330 GLsizei /* bufsize */, 259 GLsizei /* bufsize */,
331 GLsizei* /* length */, 260 GLsizei* /* length */,
332 char* /* name */) { 261 char* /* name */) {}
333 }
334 void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */, 262 void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */,
335 GLsizei /* count */, 263 GLsizei /* count */,
336 const GLuint* /* indices */, 264 const GLuint* /* indices */,
337 GLenum /* pname */, 265 GLenum /* pname */,
338 GLint* /* params */) { 266 GLint* /* params */) {}
339 }
340 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, 267 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */,
341 GLsizei /* maxcount */, 268 GLsizei /* maxcount */,
342 GLsizei* /* count */, 269 GLsizei* /* count */,
343 GLuint* /* shaders */) { 270 GLuint* /* shaders */) {}
344 }
345 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, 271 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */,
346 const char* /* name */) { 272 const char* /* name */) {
347 return 0; 273 return 0;
348 } 274 }
349 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, 275 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */,
350 GLboolean* /* params */) { 276 GLboolean* /* params */) {}
351 }
352 void GLES2InterfaceStub::GetBufferParameteriv(GLenum /* target */, 277 void GLES2InterfaceStub::GetBufferParameteriv(GLenum /* target */,
353 GLenum /* pname */, 278 GLenum /* pname */,
354 GLint* /* params */) { 279 GLint* /* params */) {}
355 }
356 GLenum GLES2InterfaceStub::GetError() { 280 GLenum GLES2InterfaceStub::GetError() {
357 return 0; 281 return 0;
358 } 282 }
359 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) { 283 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) {}
360 }
361 GLint GLES2InterfaceStub::GetFragDataLocation(GLuint /* program */, 284 GLint GLES2InterfaceStub::GetFragDataLocation(GLuint /* program */,
362 const char* /* name */) { 285 const char* /* name */) {
363 return 0; 286 return 0;
364 } 287 }
365 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( 288 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv(
366 GLenum /* target */, 289 GLenum /* target */,
367 GLenum /* attachment */, 290 GLenum /* attachment */,
368 GLenum /* pname */, 291 GLenum /* pname */,
369 GLint* /* params */) { 292 GLint* /* params */) {}
370 }
371 void GLES2InterfaceStub::GetInteger64v(GLenum /* pname */, 293 void GLES2InterfaceStub::GetInteger64v(GLenum /* pname */,
372 GLint64* /* params */) { 294 GLint64* /* params */) {}
373 }
374 void GLES2InterfaceStub::GetIntegeri_v(GLenum /* pname */, 295 void GLES2InterfaceStub::GetIntegeri_v(GLenum /* pname */,
375 GLuint /* index */, 296 GLuint /* index */,
376 GLint* /* data */) { 297 GLint* /* data */) {}
377 }
378 void GLES2InterfaceStub::GetInteger64i_v(GLenum /* pname */, 298 void GLES2InterfaceStub::GetInteger64i_v(GLenum /* pname */,
379 GLuint /* index */, 299 GLuint /* index */,
380 GLint64* /* data */) { 300 GLint64* /* data */) {}
381 } 301 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) {}
382 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) {
383 }
384 void GLES2InterfaceStub::GetInternalformativ(GLenum /* target */, 302 void GLES2InterfaceStub::GetInternalformativ(GLenum /* target */,
385 GLenum /* format */, 303 GLenum /* format */,
386 GLenum /* pname */, 304 GLenum /* pname */,
387 GLsizei /* bufSize */, 305 GLsizei /* bufSize */,
388 GLint* /* params */) { 306 GLint* /* params */) {}
389 }
390 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, 307 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */,
391 GLenum /* pname */, 308 GLenum /* pname */,
392 GLint* /* params */) { 309 GLint* /* params */) {}
393 }
394 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, 310 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */,
395 GLsizei /* bufsize */, 311 GLsizei /* bufsize */,
396 GLsizei* /* length */, 312 GLsizei* /* length */,
397 char* /* infolog */) { 313 char* /* infolog */) {}
398 }
399 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, 314 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */,
400 GLenum /* pname */, 315 GLenum /* pname */,
401 GLint* /* params */) { 316 GLint* /* params */) {}
402 }
403 void GLES2InterfaceStub::GetSamplerParameterfv(GLuint /* sampler */, 317 void GLES2InterfaceStub::GetSamplerParameterfv(GLuint /* sampler */,
404 GLenum /* pname */, 318 GLenum /* pname */,
405 GLfloat* /* params */) { 319 GLfloat* /* params */) {}
406 }
407 void GLES2InterfaceStub::GetSamplerParameteriv(GLuint /* sampler */, 320 void GLES2InterfaceStub::GetSamplerParameteriv(GLuint /* sampler */,
408 GLenum /* pname */, 321 GLenum /* pname */,
409 GLint* /* params */) { 322 GLint* /* params */) {}
410 }
411 void GLES2InterfaceStub::GetShaderiv(GLuint /* shader */, 323 void GLES2InterfaceStub::GetShaderiv(GLuint /* shader */,
412 GLenum /* pname */, 324 GLenum /* pname */,
413 GLint* /* params */) { 325 GLint* /* params */) {}
414 }
415 void GLES2InterfaceStub::GetShaderInfoLog(GLuint /* shader */, 326 void GLES2InterfaceStub::GetShaderInfoLog(GLuint /* shader */,
416 GLsizei /* bufsize */, 327 GLsizei /* bufsize */,
417 GLsizei* /* length */, 328 GLsizei* /* length */,
418 char* /* infolog */) { 329 char* /* infolog */) {}
419 }
420 void GLES2InterfaceStub::GetShaderPrecisionFormat(GLenum /* shadertype */, 330 void GLES2InterfaceStub::GetShaderPrecisionFormat(GLenum /* shadertype */,
421 GLenum /* precisiontype */, 331 GLenum /* precisiontype */,
422 GLint* /* range */, 332 GLint* /* range */,
423 GLint* /* precision */) { 333 GLint* /* precision */) {}
424 }
425 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, 334 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */,
426 GLsizei /* bufsize */, 335 GLsizei /* bufsize */,
427 GLsizei* /* length */, 336 GLsizei* /* length */,
428 char* /* source */) { 337 char* /* source */) {}
429 }
430 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { 338 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) {
431 return 0; 339 return 0;
432 } 340 }
433 void GLES2InterfaceStub::GetSynciv(GLsync /* sync */, 341 void GLES2InterfaceStub::GetSynciv(GLsync /* sync */,
434 GLenum /* pname */, 342 GLenum /* pname */,
435 GLsizei /* bufsize */, 343 GLsizei /* bufsize */,
436 GLsizei* /* length */, 344 GLsizei* /* length */,
437 GLint* /* values */) { 345 GLint* /* values */) {}
438 }
439 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, 346 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */,
440 GLenum /* pname */, 347 GLenum /* pname */,
441 GLfloat* /* params */) { 348 GLfloat* /* params */) {}
442 }
443 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, 349 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */,
444 GLenum /* pname */, 350 GLenum /* pname */,
445 GLint* /* params */) { 351 GLint* /* params */) {}
446 }
447 void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */, 352 void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */,
448 GLuint /* index */, 353 GLuint /* index */,
449 GLsizei /* bufsize */, 354 GLsizei /* bufsize */,
450 GLsizei* /* length */, 355 GLsizei* /* length */,
451 GLsizei* /* size */, 356 GLsizei* /* size */,
452 GLenum* /* type */, 357 GLenum* /* type */,
453 char* /* name */) { 358 char* /* name */) {}
454 }
455 GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */, 359 GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */,
456 const char* /* name */) { 360 const char* /* name */) {
457 return 0; 361 return 0;
458 } 362 }
459 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, 363 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */,
460 GLint /* location */, 364 GLint /* location */,
461 GLfloat* /* params */) { 365 GLfloat* /* params */) {}
462 }
463 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, 366 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */,
464 GLint /* location */, 367 GLint /* location */,
465 GLint* /* params */) { 368 GLint* /* params */) {}
466 }
467 void GLES2InterfaceStub::GetUniformuiv(GLuint /* program */, 369 void GLES2InterfaceStub::GetUniformuiv(GLuint /* program */,
468 GLint /* location */, 370 GLint /* location */,
469 GLuint* /* params */) { 371 GLuint* /* params */) {}
470 }
471 void GLES2InterfaceStub::GetUniformIndices(GLuint /* program */, 372 void GLES2InterfaceStub::GetUniformIndices(GLuint /* program */,
472 GLsizei /* count */, 373 GLsizei /* count */,
473 const char* const* /* names */, 374 const char* const* /* names */,
474 GLuint* /* indices */) { 375 GLuint* /* indices */) {}
475 }
476 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, 376 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */,
477 const char* /* name */) { 377 const char* /* name */) {
478 return 0; 378 return 0;
479 } 379 }
480 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, 380 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */,
481 GLenum /* pname */, 381 GLenum /* pname */,
482 GLfloat* /* params */) { 382 GLfloat* /* params */) {}
483 }
484 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, 383 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */,
485 GLenum /* pname */, 384 GLenum /* pname */,
486 GLint* /* params */) { 385 GLint* /* params */) {}
487 }
488 void GLES2InterfaceStub::GetVertexAttribIiv(GLuint /* index */, 386 void GLES2InterfaceStub::GetVertexAttribIiv(GLuint /* index */,
489 GLenum /* pname */, 387 GLenum /* pname */,
490 GLint* /* params */) { 388 GLint* /* params */) {}
491 }
492 void GLES2InterfaceStub::GetVertexAttribIuiv(GLuint /* index */, 389 void GLES2InterfaceStub::GetVertexAttribIuiv(GLuint /* index */,
493 GLenum /* pname */, 390 GLenum /* pname */,
494 GLuint* /* params */) { 391 GLuint* /* params */) {}
495 }
496 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, 392 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */,
497 GLenum /* pname */, 393 GLenum /* pname */,
498 void** /* pointer */) { 394 void** /* pointer */) {}
499 } 395 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {}
500 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {
501 }
502 void GLES2InterfaceStub::InvalidateFramebuffer( 396 void GLES2InterfaceStub::InvalidateFramebuffer(
503 GLenum /* target */, 397 GLenum /* target */,
504 GLsizei /* count */, 398 GLsizei /* count */,
505 const GLenum* /* attachments */) { 399 const GLenum* /* attachments */) {}
506 }
507 void GLES2InterfaceStub::InvalidateSubFramebuffer( 400 void GLES2InterfaceStub::InvalidateSubFramebuffer(
508 GLenum /* target */, 401 GLenum /* target */,
509 GLsizei /* count */, 402 GLsizei /* count */,
510 const GLenum* /* attachments */, 403 const GLenum* /* attachments */,
511 GLint /* x */, 404 GLint /* x */,
512 GLint /* y */, 405 GLint /* y */,
513 GLsizei /* width */, 406 GLsizei /* width */,
514 GLsizei /* height */) { 407 GLsizei /* height */) {}
515 }
516 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { 408 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) {
517 return 0; 409 return 0;
518 } 410 }
519 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { 411 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) {
520 return 0; 412 return 0;
521 } 413 }
522 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { 414 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) {
523 return 0; 415 return 0;
524 } 416 }
525 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { 417 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) {
(...skipping 11 matching lines...) Expand all
537 GLboolean GLES2InterfaceStub::IsSync(GLsync /* sync */) { 429 GLboolean GLES2InterfaceStub::IsSync(GLsync /* sync */) {
538 return 0; 430 return 0;
539 } 431 }
540 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { 432 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) {
541 return 0; 433 return 0;
542 } 434 }
543 GLboolean GLES2InterfaceStub::IsTransformFeedback( 435 GLboolean GLES2InterfaceStub::IsTransformFeedback(
544 GLuint /* transformfeedback */) { 436 GLuint /* transformfeedback */) {
545 return 0; 437 return 0;
546 } 438 }
547 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { 439 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) {}
548 } 440 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) {}
549 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) { 441 void GLES2InterfaceStub::PauseTransformFeedback() {}
550 } 442 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {}
551 void GLES2InterfaceStub::PauseTransformFeedback() {
552 }
553 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {
554 }
555 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, 443 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */,
556 GLfloat /* units */) { 444 GLfloat /* units */) {}
557 } 445 void GLES2InterfaceStub::ReadBuffer(GLenum /* src */) {}
558 void GLES2InterfaceStub::ReadBuffer(GLenum /* src */) {
559 }
560 void GLES2InterfaceStub::ReadPixels(GLint /* x */, 446 void GLES2InterfaceStub::ReadPixels(GLint /* x */,
561 GLint /* y */, 447 GLint /* y */,
562 GLsizei /* width */, 448 GLsizei /* width */,
563 GLsizei /* height */, 449 GLsizei /* height */,
564 GLenum /* format */, 450 GLenum /* format */,
565 GLenum /* type */, 451 GLenum /* type */,
566 void* /* pixels */) { 452 void* /* pixels */) {}
567 } 453 void GLES2InterfaceStub::ReleaseShaderCompiler() {}
568 void GLES2InterfaceStub::ReleaseShaderCompiler() {
569 }
570 void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */, 454 void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */,
571 GLenum /* internalformat */, 455 GLenum /* internalformat */,
572 GLsizei /* width */, 456 GLsizei /* width */,
573 GLsizei /* height */) { 457 GLsizei /* height */) {}
574 } 458 void GLES2InterfaceStub::ResumeTransformFeedback() {}
575 void GLES2InterfaceStub::ResumeTransformFeedback() {
576 }
577 void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */, 459 void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */,
578 GLboolean /* invert */) { 460 GLboolean /* invert */) {}
579 }
580 void GLES2InterfaceStub::SamplerParameterf(GLuint /* sampler */, 461 void GLES2InterfaceStub::SamplerParameterf(GLuint /* sampler */,
581 GLenum /* pname */, 462 GLenum /* pname */,
582 GLfloat /* param */) { 463 GLfloat /* param */) {}
583 }
584 void GLES2InterfaceStub::SamplerParameterfv(GLuint /* sampler */, 464 void GLES2InterfaceStub::SamplerParameterfv(GLuint /* sampler */,
585 GLenum /* pname */, 465 GLenum /* pname */,
586 const GLfloat* /* params */) { 466 const GLfloat* /* params */) {}
587 }
588 void GLES2InterfaceStub::SamplerParameteri(GLuint /* sampler */, 467 void GLES2InterfaceStub::SamplerParameteri(GLuint /* sampler */,
589 GLenum /* pname */, 468 GLenum /* pname */,
590 GLint /* param */) { 469 GLint /* param */) {}
591 }
592 void GLES2InterfaceStub::SamplerParameteriv(GLuint /* sampler */, 470 void GLES2InterfaceStub::SamplerParameteriv(GLuint /* sampler */,
593 GLenum /* pname */, 471 GLenum /* pname */,
594 const GLint* /* params */) { 472 const GLint* /* params */) {}
595 }
596 void GLES2InterfaceStub::Scissor(GLint /* x */, 473 void GLES2InterfaceStub::Scissor(GLint /* x */,
597 GLint /* y */, 474 GLint /* y */,
598 GLsizei /* width */, 475 GLsizei /* width */,
599 GLsizei /* height */) { 476 GLsizei /* height */) {}
600 }
601 void GLES2InterfaceStub::ShaderBinary(GLsizei /* n */, 477 void GLES2InterfaceStub::ShaderBinary(GLsizei /* n */,
602 const GLuint* /* shaders */, 478 const GLuint* /* shaders */,
603 GLenum /* binaryformat */, 479 GLenum /* binaryformat */,
604 const void* /* binary */, 480 const void* /* binary */,
605 GLsizei /* length */) { 481 GLsizei /* length */) {}
606 }
607 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, 482 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */,
608 GLsizei /* count */, 483 GLsizei /* count */,
609 const GLchar* const* /* str */, 484 const GLchar* const* /* str */,
610 const GLint* /* length */) { 485 const GLint* /* length */) {}
611 } 486 void GLES2InterfaceStub::ShallowFinishCHROMIUM() {}
612 void GLES2InterfaceStub::ShallowFinishCHROMIUM() { 487 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {}
613 } 488 void GLES2InterfaceStub::OrderingBarrierCHROMIUM() {}
614 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {
615 }
616 void GLES2InterfaceStub::OrderingBarrierCHROMIUM() {
617 }
618 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, 489 void GLES2InterfaceStub::StencilFunc(GLenum /* func */,
619 GLint /* ref */, 490 GLint /* ref */,
620 GLuint /* mask */) { 491 GLuint /* mask */) {}
621 }
622 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, 492 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */,
623 GLenum /* func */, 493 GLenum /* func */,
624 GLint /* ref */, 494 GLint /* ref */,
625 GLuint /* mask */) { 495 GLuint /* mask */) {}
626 } 496 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) {}
627 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) {
628 }
629 void GLES2InterfaceStub::StencilMaskSeparate(GLenum /* face */, 497 void GLES2InterfaceStub::StencilMaskSeparate(GLenum /* face */,
630 GLuint /* mask */) { 498 GLuint /* mask */) {}
631 }
632 void GLES2InterfaceStub::StencilOp(GLenum /* fail */, 499 void GLES2InterfaceStub::StencilOp(GLenum /* fail */,
633 GLenum /* zfail */, 500 GLenum /* zfail */,
634 GLenum /* zpass */) { 501 GLenum /* zpass */) {}
635 }
636 void GLES2InterfaceStub::StencilOpSeparate(GLenum /* face */, 502 void GLES2InterfaceStub::StencilOpSeparate(GLenum /* face */,
637 GLenum /* fail */, 503 GLenum /* fail */,
638 GLenum /* zfail */, 504 GLenum /* zfail */,
639 GLenum /* zpass */) { 505 GLenum /* zpass */) {}
640 }
641 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, 506 void GLES2InterfaceStub::TexImage2D(GLenum /* target */,
642 GLint /* level */, 507 GLint /* level */,
643 GLint /* internalformat */, 508 GLint /* internalformat */,
644 GLsizei /* width */, 509 GLsizei /* width */,
645 GLsizei /* height */, 510 GLsizei /* height */,
646 GLint /* border */, 511 GLint /* border */,
647 GLenum /* format */, 512 GLenum /* format */,
648 GLenum /* type */, 513 GLenum /* type */,
649 const void* /* pixels */) { 514 const void* /* pixels */) {}
650 }
651 void GLES2InterfaceStub::TexImage3D(GLenum /* target */, 515 void GLES2InterfaceStub::TexImage3D(GLenum /* target */,
652 GLint /* level */, 516 GLint /* level */,
653 GLint /* internalformat */, 517 GLint /* internalformat */,
654 GLsizei /* width */, 518 GLsizei /* width */,
655 GLsizei /* height */, 519 GLsizei /* height */,
656 GLsizei /* depth */, 520 GLsizei /* depth */,
657 GLint /* border */, 521 GLint /* border */,
658 GLenum /* format */, 522 GLenum /* format */,
659 GLenum /* type */, 523 GLenum /* type */,
660 const void* /* pixels */) { 524 const void* /* pixels */) {}
661 }
662 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, 525 void GLES2InterfaceStub::TexParameterf(GLenum /* target */,
663 GLenum /* pname */, 526 GLenum /* pname */,
664 GLfloat /* param */) { 527 GLfloat /* param */) {}
665 }
666 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, 528 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */,
667 GLenum /* pname */, 529 GLenum /* pname */,
668 const GLfloat* /* params */) { 530 const GLfloat* /* params */) {}
669 }
670 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, 531 void GLES2InterfaceStub::TexParameteri(GLenum /* target */,
671 GLenum /* pname */, 532 GLenum /* pname */,
672 GLint /* param */) { 533 GLint /* param */) {}
673 }
674 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, 534 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */,
675 GLenum /* pname */, 535 GLenum /* pname */,
676 const GLint* /* params */) { 536 const GLint* /* params */) {}
677 }
678 void GLES2InterfaceStub::TexStorage3D(GLenum /* target */, 537 void GLES2InterfaceStub::TexStorage3D(GLenum /* target */,
679 GLsizei /* levels */, 538 GLsizei /* levels */,
680 GLenum /* internalFormat */, 539 GLenum /* internalFormat */,
681 GLsizei /* width */, 540 GLsizei /* width */,
682 GLsizei /* height */, 541 GLsizei /* height */,
683 GLsizei /* depth */) { 542 GLsizei /* depth */) {}
684 }
685 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, 543 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */,
686 GLint /* level */, 544 GLint /* level */,
687 GLint /* xoffset */, 545 GLint /* xoffset */,
688 GLint /* yoffset */, 546 GLint /* yoffset */,
689 GLsizei /* width */, 547 GLsizei /* width */,
690 GLsizei /* height */, 548 GLsizei /* height */,
691 GLenum /* format */, 549 GLenum /* format */,
692 GLenum /* type */, 550 GLenum /* type */,
693 const void* /* pixels */) { 551 const void* /* pixels */) {}
694 }
695 void GLES2InterfaceStub::TexSubImage3D(GLenum /* target */, 552 void GLES2InterfaceStub::TexSubImage3D(GLenum /* target */,
696 GLint /* level */, 553 GLint /* level */,
697 GLint /* xoffset */, 554 GLint /* xoffset */,
698 GLint /* yoffset */, 555 GLint /* yoffset */,
699 GLint /* zoffset */, 556 GLint /* zoffset */,
700 GLsizei /* width */, 557 GLsizei /* width */,
701 GLsizei /* height */, 558 GLsizei /* height */,
702 GLsizei /* depth */, 559 GLsizei /* depth */,
703 GLenum /* format */, 560 GLenum /* format */,
704 GLenum /* type */, 561 GLenum /* type */,
705 const void* /* pixels */) { 562 const void* /* pixels */) {}
706 }
707 void GLES2InterfaceStub::TransformFeedbackVaryings( 563 void GLES2InterfaceStub::TransformFeedbackVaryings(
708 GLuint /* program */, 564 GLuint /* program */,
709 GLsizei /* count */, 565 GLsizei /* count */,
710 const char* const* /* varyings */, 566 const char* const* /* varyings */,
711 GLenum /* buffermode */) { 567 GLenum /* buffermode */) {}
712 } 568 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {}
713 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {
714 }
715 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, 569 void GLES2InterfaceStub::Uniform1fv(GLint /* location */,
716 GLsizei /* count */, 570 GLsizei /* count */,
717 const GLfloat* /* v */) { 571 const GLfloat* /* v */) {}
718 } 572 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) {}
719 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) {
720 }
721 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, 573 void GLES2InterfaceStub::Uniform1iv(GLint /* location */,
722 GLsizei /* count */, 574 GLsizei /* count */,
723 const GLint* /* v */) { 575 const GLint* /* v */) {}
724 } 576 void GLES2InterfaceStub::Uniform1ui(GLint /* location */, GLuint /* x */) {}
725 void GLES2InterfaceStub::Uniform1ui(GLint /* location */, GLuint /* x */) {
726 }
727 void GLES2InterfaceStub::Uniform1uiv(GLint /* location */, 577 void GLES2InterfaceStub::Uniform1uiv(GLint /* location */,
728 GLsizei /* count */, 578 GLsizei /* count */,
729 const GLuint* /* v */) { 579 const GLuint* /* v */) {}
730 }
731 void GLES2InterfaceStub::Uniform2f(GLint /* location */, 580 void GLES2InterfaceStub::Uniform2f(GLint /* location */,
732 GLfloat /* x */, 581 GLfloat /* x */,
733 GLfloat /* y */) { 582 GLfloat /* y */) {}
734 }
735 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, 583 void GLES2InterfaceStub::Uniform2fv(GLint /* location */,
736 GLsizei /* count */, 584 GLsizei /* count */,
737 const GLfloat* /* v */) { 585 const GLfloat* /* v */) {}
738 }
739 void GLES2InterfaceStub::Uniform2i(GLint /* location */, 586 void GLES2InterfaceStub::Uniform2i(GLint /* location */,
740 GLint /* x */, 587 GLint /* x */,
741 GLint /* y */) { 588 GLint /* y */) {}
742 }
743 void GLES2InterfaceStub::Uniform2iv(GLint /* location */, 589 void GLES2InterfaceStub::Uniform2iv(GLint /* location */,
744 GLsizei /* count */, 590 GLsizei /* count */,
745 const GLint* /* v */) { 591 const GLint* /* v */) {}
746 }
747 void GLES2InterfaceStub::Uniform2ui(GLint /* location */, 592 void GLES2InterfaceStub::Uniform2ui(GLint /* location */,
748 GLuint /* x */, 593 GLuint /* x */,
749 GLuint /* y */) { 594 GLuint /* y */) {}
750 }
751 void GLES2InterfaceStub::Uniform2uiv(GLint /* location */, 595 void GLES2InterfaceStub::Uniform2uiv(GLint /* location */,
752 GLsizei /* count */, 596 GLsizei /* count */,
753 const GLuint* /* v */) { 597 const GLuint* /* v */) {}
754 }
755 void GLES2InterfaceStub::Uniform3f(GLint /* location */, 598 void GLES2InterfaceStub::Uniform3f(GLint /* location */,
756 GLfloat /* x */, 599 GLfloat /* x */,
757 GLfloat /* y */, 600 GLfloat /* y */,
758 GLfloat /* z */) { 601 GLfloat /* z */) {}
759 }
760 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, 602 void GLES2InterfaceStub::Uniform3fv(GLint /* location */,
761 GLsizei /* count */, 603 GLsizei /* count */,
762 const GLfloat* /* v */) { 604 const GLfloat* /* v */) {}
763 }
764 void GLES2InterfaceStub::Uniform3i(GLint /* location */, 605 void GLES2InterfaceStub::Uniform3i(GLint /* location */,
765 GLint /* x */, 606 GLint /* x */,
766 GLint /* y */, 607 GLint /* y */,
767 GLint /* z */) { 608 GLint /* z */) {}
768 }
769 void GLES2InterfaceStub::Uniform3iv(GLint /* location */, 609 void GLES2InterfaceStub::Uniform3iv(GLint /* location */,
770 GLsizei /* count */, 610 GLsizei /* count */,
771 const GLint* /* v */) { 611 const GLint* /* v */) {}
772 }
773 void GLES2InterfaceStub::Uniform3ui(GLint /* location */, 612 void GLES2InterfaceStub::Uniform3ui(GLint /* location */,
774 GLuint /* x */, 613 GLuint /* x */,
775 GLuint /* y */, 614 GLuint /* y */,
776 GLuint /* z */) { 615 GLuint /* z */) {}
777 }
778 void GLES2InterfaceStub::Uniform3uiv(GLint /* location */, 616 void GLES2InterfaceStub::Uniform3uiv(GLint /* location */,
779 GLsizei /* count */, 617 GLsizei /* count */,
780 const GLuint* /* v */) { 618 const GLuint* /* v */) {}
781 }
782 void GLES2InterfaceStub::Uniform4f(GLint /* location */, 619 void GLES2InterfaceStub::Uniform4f(GLint /* location */,
783 GLfloat /* x */, 620 GLfloat /* x */,
784 GLfloat /* y */, 621 GLfloat /* y */,
785 GLfloat /* z */, 622 GLfloat /* z */,
786 GLfloat /* w */) { 623 GLfloat /* w */) {}
787 }
788 void GLES2InterfaceStub::Uniform4fv(GLint /* location */, 624 void GLES2InterfaceStub::Uniform4fv(GLint /* location */,
789 GLsizei /* count */, 625 GLsizei /* count */,
790 const GLfloat* /* v */) { 626 const GLfloat* /* v */) {}
791 }
792 void GLES2InterfaceStub::Uniform4i(GLint /* location */, 627 void GLES2InterfaceStub::Uniform4i(GLint /* location */,
793 GLint /* x */, 628 GLint /* x */,
794 GLint /* y */, 629 GLint /* y */,
795 GLint /* z */, 630 GLint /* z */,
796 GLint /* w */) { 631 GLint /* w */) {}
797 }
798 void GLES2InterfaceStub::Uniform4iv(GLint /* location */, 632 void GLES2InterfaceStub::Uniform4iv(GLint /* location */,
799 GLsizei /* count */, 633 GLsizei /* count */,
800 const GLint* /* v */) { 634 const GLint* /* v */) {}
801 }
802 void GLES2InterfaceStub::Uniform4ui(GLint /* location */, 635 void GLES2InterfaceStub::Uniform4ui(GLint /* location */,
803 GLuint /* x */, 636 GLuint /* x */,
804 GLuint /* y */, 637 GLuint /* y */,
805 GLuint /* z */, 638 GLuint /* z */,
806 GLuint /* w */) { 639 GLuint /* w */) {}
807 }
808 void GLES2InterfaceStub::Uniform4uiv(GLint /* location */, 640 void GLES2InterfaceStub::Uniform4uiv(GLint /* location */,
809 GLsizei /* count */, 641 GLsizei /* count */,
810 const GLuint* /* v */) { 642 const GLuint* /* v */) {}
811 }
812 void GLES2InterfaceStub::UniformBlockBinding(GLuint /* program */, 643 void GLES2InterfaceStub::UniformBlockBinding(GLuint /* program */,
813 GLuint /* index */, 644 GLuint /* index */,
814 GLuint /* binding */) { 645 GLuint /* binding */) {}
815 }
816 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, 646 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */,
817 GLsizei /* count */, 647 GLsizei /* count */,
818 GLboolean /* transpose */, 648 GLboolean /* transpose */,
819 const GLfloat* /* value */) { 649 const GLfloat* /* value */) {}
820 }
821 void GLES2InterfaceStub::UniformMatrix2x3fv(GLint /* location */, 650 void GLES2InterfaceStub::UniformMatrix2x3fv(GLint /* location */,
822 GLsizei /* count */, 651 GLsizei /* count */,
823 GLboolean /* transpose */, 652 GLboolean /* transpose */,
824 const GLfloat* /* value */) { 653 const GLfloat* /* value */) {}
825 }
826 void GLES2InterfaceStub::UniformMatrix2x4fv(GLint /* location */, 654 void GLES2InterfaceStub::UniformMatrix2x4fv(GLint /* location */,
827 GLsizei /* count */, 655 GLsizei /* count */,
828 GLboolean /* transpose */, 656 GLboolean /* transpose */,
829 const GLfloat* /* value */) { 657 const GLfloat* /* value */) {}
830 }
831 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, 658 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */,
832 GLsizei /* count */, 659 GLsizei /* count */,
833 GLboolean /* transpose */, 660 GLboolean /* transpose */,
834 const GLfloat* /* value */) { 661 const GLfloat* /* value */) {}
835 }
836 void GLES2InterfaceStub::UniformMatrix3x2fv(GLint /* location */, 662 void GLES2InterfaceStub::UniformMatrix3x2fv(GLint /* location */,
837 GLsizei /* count */, 663 GLsizei /* count */,
838 GLboolean /* transpose */, 664 GLboolean /* transpose */,
839 const GLfloat* /* value */) { 665 const GLfloat* /* value */) {}
840 }
841 void GLES2InterfaceStub::UniformMatrix3x4fv(GLint /* location */, 666 void GLES2InterfaceStub::UniformMatrix3x4fv(GLint /* location */,
842 GLsizei /* count */, 667 GLsizei /* count */,
843 GLboolean /* transpose */, 668 GLboolean /* transpose */,
844 const GLfloat* /* value */) { 669 const GLfloat* /* value */) {}
845 }
846 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, 670 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */,
847 GLsizei /* count */, 671 GLsizei /* count */,
848 GLboolean /* transpose */, 672 GLboolean /* transpose */,
849 const GLfloat* /* value */) { 673 const GLfloat* /* value */) {}
850 }
851 void GLES2InterfaceStub::UniformMatrix4x2fv(GLint /* location */, 674 void GLES2InterfaceStub::UniformMatrix4x2fv(GLint /* location */,
852 GLsizei /* count */, 675 GLsizei /* count */,
853 GLboolean /* transpose */, 676 GLboolean /* transpose */,
854 const GLfloat* /* value */) { 677 const GLfloat* /* value */) {}
855 }
856 void GLES2InterfaceStub::UniformMatrix4x3fv(GLint /* location */, 678 void GLES2InterfaceStub::UniformMatrix4x3fv(GLint /* location */,
857 GLsizei /* count */, 679 GLsizei /* count */,
858 GLboolean /* transpose */, 680 GLboolean /* transpose */,
859 const GLfloat* /* value */) { 681 const GLfloat* /* value */) {}
860 } 682 void GLES2InterfaceStub::UseProgram(GLuint /* program */) {}
861 void GLES2InterfaceStub::UseProgram(GLuint /* program */) { 683 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {}
862 } 684 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) {}
863 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {
864 }
865 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) {
866 }
867 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, 685 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */,
868 const GLfloat* /* values */) { 686 const GLfloat* /* values */) {}
869 }
870 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, 687 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */,
871 GLfloat /* x */, 688 GLfloat /* x */,
872 GLfloat /* y */) { 689 GLfloat /* y */) {}
873 }
874 void GLES2InterfaceStub::VertexAttrib2fv(GLuint /* indx */, 690 void GLES2InterfaceStub::VertexAttrib2fv(GLuint /* indx */,
875 const GLfloat* /* values */) { 691 const GLfloat* /* values */) {}
876 }
877 void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */, 692 void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */,
878 GLfloat /* x */, 693 GLfloat /* x */,
879 GLfloat /* y */, 694 GLfloat /* y */,
880 GLfloat /* z */) { 695 GLfloat /* z */) {}
881 }
882 void GLES2InterfaceStub::VertexAttrib3fv(GLuint /* indx */, 696 void GLES2InterfaceStub::VertexAttrib3fv(GLuint /* indx */,
883 const GLfloat* /* values */) { 697 const GLfloat* /* values */) {}
884 }
885 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, 698 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */,
886 GLfloat /* x */, 699 GLfloat /* x */,
887 GLfloat /* y */, 700 GLfloat /* y */,
888 GLfloat /* z */, 701 GLfloat /* z */,
889 GLfloat /* w */) { 702 GLfloat /* w */) {}
890 }
891 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, 703 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */,
892 const GLfloat* /* values */) { 704 const GLfloat* /* values */) {}
893 }
894 void GLES2InterfaceStub::VertexAttribI4i(GLuint /* indx */, 705 void GLES2InterfaceStub::VertexAttribI4i(GLuint /* indx */,
895 GLint /* x */, 706 GLint /* x */,
896 GLint /* y */, 707 GLint /* y */,
897 GLint /* z */, 708 GLint /* z */,
898 GLint /* w */) { 709 GLint /* w */) {}
899 }
900 void GLES2InterfaceStub::VertexAttribI4iv(GLuint /* indx */, 710 void GLES2InterfaceStub::VertexAttribI4iv(GLuint /* indx */,
901 const GLint* /* values */) { 711 const GLint* /* values */) {}
902 }
903 void GLES2InterfaceStub::VertexAttribI4ui(GLuint /* indx */, 712 void GLES2InterfaceStub::VertexAttribI4ui(GLuint /* indx */,
904 GLuint /* x */, 713 GLuint /* x */,
905 GLuint /* y */, 714 GLuint /* y */,
906 GLuint /* z */, 715 GLuint /* z */,
907 GLuint /* w */) { 716 GLuint /* w */) {}
908 }
909 void GLES2InterfaceStub::VertexAttribI4uiv(GLuint /* indx */, 717 void GLES2InterfaceStub::VertexAttribI4uiv(GLuint /* indx */,
910 const GLuint* /* values */) { 718 const GLuint* /* values */) {}
911 }
912 void GLES2InterfaceStub::VertexAttribIPointer(GLuint /* indx */, 719 void GLES2InterfaceStub::VertexAttribIPointer(GLuint /* indx */,
913 GLint /* size */, 720 GLint /* size */,
914 GLenum /* type */, 721 GLenum /* type */,
915 GLsizei /* stride */, 722 GLsizei /* stride */,
916 const void* /* ptr */) { 723 const void* /* ptr */) {}
917 }
918 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, 724 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */,
919 GLint /* size */, 725 GLint /* size */,
920 GLenum /* type */, 726 GLenum /* type */,
921 GLboolean /* normalized */, 727 GLboolean /* normalized */,
922 GLsizei /* stride */, 728 GLsizei /* stride */,
923 const void* /* ptr */) { 729 const void* /* ptr */) {}
924 }
925 void GLES2InterfaceStub::Viewport(GLint /* x */, 730 void GLES2InterfaceStub::Viewport(GLint /* x */,
926 GLint /* y */, 731 GLint /* y */,
927 GLsizei /* width */, 732 GLsizei /* width */,
928 GLsizei /* height */) { 733 GLsizei /* height */) {}
929 }
930 void GLES2InterfaceStub::WaitSync(GLsync /* sync */, 734 void GLES2InterfaceStub::WaitSync(GLsync /* sync */,
931 GLbitfield /* flags */, 735 GLbitfield /* flags */,
932 GLuint64 /* timeout */) { 736 GLuint64 /* timeout */) {}
933 }
934 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, 737 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */,
935 GLint /* srcY0 */, 738 GLint /* srcY0 */,
936 GLint /* srcX1 */, 739 GLint /* srcX1 */,
937 GLint /* srcY1 */, 740 GLint /* srcY1 */,
938 GLint /* dstX0 */, 741 GLint /* dstX0 */,
939 GLint /* dstY0 */, 742 GLint /* dstY0 */,
940 GLint /* dstX1 */, 743 GLint /* dstX1 */,
941 GLint /* dstY1 */, 744 GLint /* dstY1 */,
942 GLbitfield /* mask */, 745 GLbitfield /* mask */,
943 GLenum /* filter */) { 746 GLenum /* filter */) {}
944 }
945 void GLES2InterfaceStub::RenderbufferStorageMultisampleCHROMIUM( 747 void GLES2InterfaceStub::RenderbufferStorageMultisampleCHROMIUM(
946 GLenum /* target */, 748 GLenum /* target */,
947 GLsizei /* samples */, 749 GLsizei /* samples */,
948 GLenum /* internalformat */, 750 GLenum /* internalformat */,
949 GLsizei /* width */, 751 GLsizei /* width */,
950 GLsizei /* height */) { 752 GLsizei /* height */) {}
951 }
952 void GLES2InterfaceStub::RenderbufferStorageMultisampleEXT( 753 void GLES2InterfaceStub::RenderbufferStorageMultisampleEXT(
953 GLenum /* target */, 754 GLenum /* target */,
954 GLsizei /* samples */, 755 GLsizei /* samples */,
955 GLenum /* internalformat */, 756 GLenum /* internalformat */,
956 GLsizei /* width */, 757 GLsizei /* width */,
957 GLsizei /* height */) { 758 GLsizei /* height */) {}
958 }
959 void GLES2InterfaceStub::FramebufferTexture2DMultisampleEXT( 759 void GLES2InterfaceStub::FramebufferTexture2DMultisampleEXT(
960 GLenum /* target */, 760 GLenum /* target */,
961 GLenum /* attachment */, 761 GLenum /* attachment */,
962 GLenum /* textarget */, 762 GLenum /* textarget */,
963 GLuint /* texture */, 763 GLuint /* texture */,
964 GLint /* level */, 764 GLint /* level */,
965 GLsizei /* samples */) { 765 GLsizei /* samples */) {}
966 }
967 void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */, 766 void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */,
968 GLsizei /* levels */, 767 GLsizei /* levels */,
969 GLenum /* internalFormat */, 768 GLenum /* internalFormat */,
970 GLsizei /* width */, 769 GLsizei /* width */,
971 GLsizei /* height */) { 770 GLsizei /* height */) {}
972 }
973 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { 771 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) {
974 } 772 }
975 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, 773 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */,
976 const GLuint* /* queries */) { 774 const GLuint* /* queries */) {}
977 }
978 void GLES2InterfaceStub::QueryCounterEXT(GLuint /* id */, GLenum /* target */) { 775 void GLES2InterfaceStub::QueryCounterEXT(GLuint /* id */, GLenum /* target */) {
979 } 776 }
980 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { 777 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) {
981 return 0; 778 return 0;
982 } 779 }
983 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { 780 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) {}
984 } 781 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) {}
985 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) { 782 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {}
986 } 783 void GLES2InterfaceStub::EndTransformFeedback() {}
987 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {
988 }
989 void GLES2InterfaceStub::EndTransformFeedback() {
990 }
991 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, 784 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */,
992 GLenum /* pname */, 785 GLenum /* pname */,
993 GLint* /* params */) { 786 GLint* /* params */) {}
994 }
995 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */, 787 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */,
996 GLenum /* pname */, 788 GLenum /* pname */,
997 GLuint* /* params */) { 789 GLuint* /* params */) {}
998 }
999 void GLES2InterfaceStub::GetQueryObjectui64vEXT(GLuint /* id */, 790 void GLES2InterfaceStub::GetQueryObjectui64vEXT(GLuint /* id */,
1000 GLenum /* pname */, 791 GLenum /* pname */,
1001 GLuint64* /* params */) { 792 GLuint64* /* params */) {}
1002 }
1003 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */, 793 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */,
1004 const GLchar* /* marker */) { 794 const GLchar* /* marker */) {}
1005 }
1006 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */, 795 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */,
1007 const GLchar* /* marker */) { 796 const GLchar* /* marker */) {}
1008 } 797 void GLES2InterfaceStub::PopGroupMarkerEXT() {}
1009 void GLES2InterfaceStub::PopGroupMarkerEXT() {
1010 }
1011 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, 798 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */,
1012 GLuint* /* arrays */) { 799 GLuint* /* arrays */) {}
1013 }
1014 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */, 800 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */,
1015 const GLuint* /* arrays */) { 801 const GLuint* /* arrays */) {}
1016 }
1017 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) { 802 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) {
1018 return 0; 803 return 0;
1019 } 804 }
1020 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { 805 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) {}
1021 } 806 void GLES2InterfaceStub::SwapBuffers() {}
1022 void GLES2InterfaceStub::SwapBuffers() {
1023 }
1024 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, 807 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */,
1025 GLsizei /* count */, 808 GLsizei /* count */,
1026 GLenum /* type */, 809 GLenum /* type */,
1027 GLuint /* offset */) { 810 GLuint /* offset */) {
1028 return 0; 811 return 0;
1029 } 812 }
1030 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { 813 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) {
1031 return 0; 814 return 0;
1032 } 815 }
1033 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, 816 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
1034 GLenum /* access */) { 817 GLenum /* access */) {
1035 return 0; 818 return 0;
1036 } 819 }
1037 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { 820 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
1038 return 0; 821 return 0;
1039 } 822 }
1040 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, 823 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */,
1041 GLintptr /* offset */, 824 GLintptr /* offset */,
1042 GLsizeiptr /* size */, 825 GLsizeiptr /* size */,
1043 GLenum /* access */) { 826 GLenum /* access */) {
1044 return 0; 827 return 0;
1045 } 828 }
1046 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { 829 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {}
1047 }
1048 void* GLES2InterfaceStub::MapBufferRange(GLenum /* target */, 830 void* GLES2InterfaceStub::MapBufferRange(GLenum /* target */,
1049 GLintptr /* offset */, 831 GLintptr /* offset */,
1050 GLsizeiptr /* size */, 832 GLsizeiptr /* size */,
1051 GLbitfield /* access */) { 833 GLbitfield /* access */) {
1052 return 0; 834 return 0;
1053 } 835 }
1054 GLboolean GLES2InterfaceStub::UnmapBuffer(GLenum /* target */) { 836 GLboolean GLES2InterfaceStub::UnmapBuffer(GLenum /* target */) {
1055 return 0; 837 return 0;
1056 } 838 }
1057 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, 839 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */,
1058 GLint /* level */, 840 GLint /* level */,
1059 GLint /* xoffset */, 841 GLint /* xoffset */,
1060 GLint /* yoffset */, 842 GLint /* yoffset */,
1061 GLsizei /* width */, 843 GLsizei /* width */,
1062 GLsizei /* height */, 844 GLsizei /* height */,
1063 GLenum /* format */, 845 GLenum /* format */,
1064 GLenum /* type */, 846 GLenum /* type */,
1065 GLenum /* access */) { 847 GLenum /* access */) {
1066 return 0; 848 return 0;
1067 } 849 }
1068 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { 850 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) {}
1069 }
1070 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */, 851 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */,
1071 GLuint /* height */, 852 GLuint /* height */,
1072 GLfloat /* scale_factor */) { 853 GLfloat /* scale_factor */) {}
1073 }
1074 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { 854 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() {
1075 return 0; 855 return 0;
1076 } 856 }
1077 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { 857 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) {
1078 } 858 }
1079 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { 859 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {}
1080 }
1081 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 860 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
1082 GLsizei /* bufsize */, 861 GLsizei /* bufsize */,
1083 GLsizei* /* size */, 862 GLsizei* /* size */,
1084 void* /* info */) { 863 void* /* info */) {}
1085 }
1086 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */, 864 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */,
1087 GLsizei /* bufsize */, 865 GLsizei /* bufsize */,
1088 GLsizei* /* size */, 866 GLsizei* /* size */,
1089 void* /* info */) { 867 void* /* info */) {}
1090 }
1091 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( 868 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM(
1092 GLuint /* program */, 869 GLuint /* program */,
1093 GLsizei /* bufsize */, 870 GLsizei /* bufsize */,
1094 GLsizei* /* size */, 871 GLsizei* /* size */,
1095 void* /* info */) { 872 void* /* info */) {}
1096 }
1097 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, 873 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */,
1098 GLsizei /* bufsize */, 874 GLsizei /* bufsize */,
1099 GLsizei* /* size */, 875 GLsizei* /* size */,
1100 void* /* info */) { 876 void* /* info */) {}
877 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
878 return 0;
1101 } 879 }
1102 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 880 GLuint GLES2InterfaceStub::CreateStreamTextureImageCHROMIUM(
881 GLint /* image_id */) {
1103 return 0; 882 return 0;
1104 } 883 }
1105 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, 884 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
1106 GLsizei /* width */, 885 GLsizei /* width */,
1107 GLsizei /* height */, 886 GLsizei /* height */,
1108 GLenum /* internalformat */) { 887 GLenum /* internalformat */) {
1109 return 0; 888 return 0;
1110 } 889 }
1111 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { 890 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {}
1112 }
1113 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( 891 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
1114 GLsizei /* width */, 892 GLsizei /* width */,
1115 GLsizei /* height */, 893 GLsizei /* height */,
1116 GLenum /* internalformat */, 894 GLenum /* internalformat */,
1117 GLenum /* usage */) { 895 GLenum /* usage */) {
1118 return 0; 896 return 0;
1119 } 897 }
1120 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 898 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
1121 GLsizei /* bufsize */, 899 GLsizei /* bufsize */,
1122 GLsizei* /* length */, 900 GLsizei* /* length */,
1123 char* /* source */) { 901 char* /* source */) {}
1124 }
1125 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, 902 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
1126 GLint /* y */, 903 GLint /* y */,
1127 GLint /* width */, 904 GLint /* width */,
1128 GLint /* height */) { 905 GLint /* height */) {}
1129 }
1130 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, 906 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */,
1131 GLsizei /* width */, 907 GLsizei /* width */,
1132 GLsizei /* height */, 908 GLsizei /* height */,
1133 GLuint /* ioSurfaceId */, 909 GLuint /* ioSurfaceId */,
1134 GLuint /* plane */) { 910 GLuint /* plane */) {}
1135 }
1136 void GLES2InterfaceStub::CopyTextureCHROMIUM( 911 void GLES2InterfaceStub::CopyTextureCHROMIUM(
1137 GLenum /* target */, 912 GLenum /* target */,
1138 GLenum /* source_id */, 913 GLenum /* source_id */,
1139 GLenum /* dest_id */, 914 GLenum /* dest_id */,
1140 GLint /* internalformat */, 915 GLint /* internalformat */,
1141 GLenum /* dest_type */, 916 GLenum /* dest_type */,
1142 GLboolean /* unpack_flip_y */, 917 GLboolean /* unpack_flip_y */,
1143 GLboolean /* unpack_premultiply_alpha */, 918 GLboolean /* unpack_premultiply_alpha */,
1144 GLboolean /* unpack_unmultiply_alpha */) { 919 GLboolean /* unpack_unmultiply_alpha */) {}
1145 }
1146 void GLES2InterfaceStub::CopySubTextureCHROMIUM( 920 void GLES2InterfaceStub::CopySubTextureCHROMIUM(
1147 GLenum /* target */, 921 GLenum /* target */,
1148 GLenum /* source_id */, 922 GLenum /* source_id */,
1149 GLenum /* dest_id */, 923 GLenum /* dest_id */,
1150 GLint /* xoffset */, 924 GLint /* xoffset */,
1151 GLint /* yoffset */, 925 GLint /* yoffset */,
1152 GLint /* x */, 926 GLint /* x */,
1153 GLint /* y */, 927 GLint /* y */,
1154 GLsizei /* width */, 928 GLsizei /* width */,
1155 GLsizei /* height */, 929 GLsizei /* height */,
1156 GLboolean /* unpack_flip_y */, 930 GLboolean /* unpack_flip_y */,
1157 GLboolean /* unpack_premultiply_alpha */, 931 GLboolean /* unpack_premultiply_alpha */,
1158 GLboolean /* unpack_unmultiply_alpha */) { 932 GLboolean /* unpack_unmultiply_alpha */) {}
1159 }
1160 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, 933 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
1161 GLenum /* source_id */, 934 GLenum /* source_id */,
1162 GLenum /* dest_id */) { 935 GLenum /* dest_id */) {}
1163 }
1164 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 936 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
1165 GLint /* first */, 937 GLint /* first */,
1166 GLsizei /* count */, 938 GLsizei /* count */,
1167 GLsizei /* primcount */) { 939 GLsizei /* primcount */) {}
1168 }
1169 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 940 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
1170 GLsizei /* count */, 941 GLsizei /* count */,
1171 GLenum /* type */, 942 GLenum /* type */,
1172 const void* /* indices */, 943 const void* /* indices */,
1173 GLsizei /* primcount */) { 944 GLsizei /* primcount */) {}
1174 }
1175 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 945 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
1176 GLuint /* divisor */) { 946 GLuint /* divisor */) {}
1177 } 947 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {}
1178 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {
1179 }
1180 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */, 948 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */,
1181 const GLbyte* /* mailbox */) { 949 const GLbyte* /* mailbox */) {}
1182 }
1183 void GLES2InterfaceStub::ProduceTextureDirectCHROMIUM( 950 void GLES2InterfaceStub::ProduceTextureDirectCHROMIUM(
1184 GLuint /* texture */, 951 GLuint /* texture */,
1185 GLenum /* target */, 952 GLenum /* target */,
1186 const GLbyte* /* mailbox */) { 953 const GLbyte* /* mailbox */) {}
1187 }
1188 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, 954 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */,
1189 const GLbyte* /* mailbox */) { 955 const GLbyte* /* mailbox */) {}
1190 }
1191 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( 956 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM(
1192 GLenum /* target */, 957 GLenum /* target */,
1193 const GLbyte* /* mailbox */) { 958 const GLbyte* /* mailbox */) {
1194 return 0; 959 return 0;
1195 } 960 }
1196 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, 961 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
1197 GLint /* location */, 962 GLint /* location */,
1198 const char* /* name */) { 963 const char* /* name */) {}
1199 }
1200 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */, 964 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */,
1201 GLuint* /* buffers */) { 965 GLuint* /* buffers */) {}
1202 }
1203 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM( 966 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM(
1204 GLsizei /* n */, 967 GLsizei /* n */,
1205 const GLuint* /* valuebuffers */) { 968 const GLuint* /* valuebuffers */) {}
1206 }
1207 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) { 969 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) {
1208 return 0; 970 return 0;
1209 } 971 }
1210 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */, 972 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */,
1211 GLuint /* valuebuffer */) { 973 GLuint /* valuebuffer */) {}
1212 }
1213 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */, 974 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */,
1214 GLenum /* subscription */) { 975 GLenum /* subscription */) {}
1215 }
1216 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) { 976 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) {
1217 } 977 }
1218 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */, 978 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */,
1219 GLenum /* target */, 979 GLenum /* target */,
1220 GLenum /* subscription */) { 980 GLenum /* subscription */) {
1221 } 981 }
1222 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, 982 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
1223 GLint /* imageId */) { 983 GLint /* imageId */) {}
1224 }
1225 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, 984 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
1226 GLint /* imageId */) { 985 GLint /* imageId */) {}
1227 }
1228 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, 986 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */,
1229 const char* /* trace_name */) { 987 const char* /* trace_name */) {}
1230 } 988 void GLES2InterfaceStub::TraceEndCHROMIUM() {}
1231 void GLES2InterfaceStub::TraceEndCHROMIUM() {
1232 }
1233 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, 989 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */,
1234 GLint /* level */, 990 GLint /* level */,
1235 GLint /* xoffset */, 991 GLint /* xoffset */,
1236 GLint /* yoffset */, 992 GLint /* yoffset */,
1237 GLsizei /* width */, 993 GLsizei /* width */,
1238 GLsizei /* height */, 994 GLsizei /* height */,
1239 GLenum /* format */, 995 GLenum /* format */,
1240 GLenum /* type */, 996 GLenum /* type */,
1241 const void* /* data */) { 997 const void* /* data */) {}
1242 }
1243 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, 998 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */,
1244 GLint /* level */, 999 GLint /* level */,
1245 GLenum /* internalformat */, 1000 GLenum /* internalformat */,
1246 GLsizei /* width */, 1001 GLsizei /* width */,
1247 GLsizei /* height */, 1002 GLsizei /* height */,
1248 GLint /* border */, 1003 GLint /* border */,
1249 GLenum /* format */, 1004 GLenum /* format */,
1250 GLenum /* type */, 1005 GLenum /* type */,
1251 const void* /* pixels */) { 1006 const void* /* pixels */) {}
1252 } 1007 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) {}
1253 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) { 1008 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {}
1254 }
1255 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {
1256 }
1257 void GLES2InterfaceStub::DiscardFramebufferEXT( 1009 void GLES2InterfaceStub::DiscardFramebufferEXT(
1258 GLenum /* target */, 1010 GLenum /* target */,
1259 GLsizei /* count */, 1011 GLsizei /* count */,
1260 const GLenum* /* attachments */) { 1012 const GLenum* /* attachments */) {}
1261 }
1262 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, 1013 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */,
1263 GLenum /* other */) { 1014 GLenum /* other */) {}
1264 }
1265 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 1015 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
1266 return 0; 1016 return 0;
1267 } 1017 }
1268 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 1018 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {}
1269 }
1270 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */, 1019 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */,
1271 const GLenum* /* bufs */) { 1020 const GLenum* /* bufs */) {}
1272 } 1021 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {}
1273 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {
1274 }
1275 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM( 1022 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
1276 GLint /* plane_z_order */, 1023 GLint /* plane_z_order */,
1277 GLenum /* plane_transform */, 1024 GLenum /* plane_transform */,
1278 GLuint /* overlay_texture_id */, 1025 GLuint /* overlay_texture_id */,
1279 GLint /* bounds_x */, 1026 GLint /* bounds_x */,
1280 GLint /* bounds_y */, 1027 GLint /* bounds_y */,
1281 GLint /* bounds_width */, 1028 GLint /* bounds_width */,
1282 GLint /* bounds_height */, 1029 GLint /* bounds_height */,
1283 GLfloat /* uv_x */, 1030 GLfloat /* uv_x */,
1284 GLfloat /* uv_y */, 1031 GLfloat /* uv_y */,
1285 GLfloat /* uv_width */, 1032 GLfloat /* uv_width */,
1286 GLfloat /* uv_height */) { 1033 GLfloat /* uv_height */) {}
1287 } 1034 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {}
1288 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1035 void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {}
1289 }
1290 void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {
1291 }
1292 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1036 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1293 const GLfloat* /* m */) { 1037 const GLfloat* /* m */) {}
1294 } 1038 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {}
1295 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1296 }
1297 GLuint GLES2InterfaceStub::GenPathsCHROMIUM(GLsizei /* range */) { 1039 GLuint GLES2InterfaceStub::GenPathsCHROMIUM(GLsizei /* range */) {
1298 return 0; 1040 return 0;
1299 } 1041 }
1300 void GLES2InterfaceStub::DeletePathsCHROMIUM(GLuint /* path */, 1042 void GLES2InterfaceStub::DeletePathsCHROMIUM(GLuint /* path */,
1301 GLsizei /* range */) { 1043 GLsizei /* range */) {}
1302 }
1303 GLboolean GLES2InterfaceStub::IsPathCHROMIUM(GLuint /* path */) { 1044 GLboolean GLES2InterfaceStub::IsPathCHROMIUM(GLuint /* path */) {
1304 return 0; 1045 return 0;
1305 } 1046 }
1306 void GLES2InterfaceStub::PathCommandsCHROMIUM(GLuint /* path */, 1047 void GLES2InterfaceStub::PathCommandsCHROMIUM(GLuint /* path */,
1307 GLsizei /* numCommands */, 1048 GLsizei /* numCommands */,
1308 const GLubyte* /* commands */, 1049 const GLubyte* /* commands */,
1309 GLsizei /* numCoords */, 1050 GLsizei /* numCoords */,
1310 GLenum /* coordType */, 1051 GLenum /* coordType */,
1311 const GLvoid* /* coords */) { 1052 const GLvoid* /* coords */) {}
1312 }
1313 void GLES2InterfaceStub::PathParameterfCHROMIUM(GLuint /* path */, 1053 void GLES2InterfaceStub::PathParameterfCHROMIUM(GLuint /* path */,
1314 GLenum /* pname */, 1054 GLenum /* pname */,
1315 GLfloat /* value */) { 1055 GLfloat /* value */) {}
1316 }
1317 void GLES2InterfaceStub::PathParameteriCHROMIUM(GLuint /* path */, 1056 void GLES2InterfaceStub::PathParameteriCHROMIUM(GLuint /* path */,
1318 GLenum /* pname */, 1057 GLenum /* pname */,
1319 GLint /* value */) { 1058 GLint /* value */) {}
1320 }
1321 void GLES2InterfaceStub::PathStencilFuncCHROMIUM(GLenum /* func */, 1059 void GLES2InterfaceStub::PathStencilFuncCHROMIUM(GLenum /* func */,
1322 GLint /* ref */, 1060 GLint /* ref */,
1323 GLuint /* mask */) { 1061 GLuint /* mask */) {}
1324 }
1325 void GLES2InterfaceStub::StencilFillPathCHROMIUM(GLuint /* path */, 1062 void GLES2InterfaceStub::StencilFillPathCHROMIUM(GLuint /* path */,
1326 GLenum /* fillMode */, 1063 GLenum /* fillMode */,
1327 GLuint /* mask */) { 1064 GLuint /* mask */) {}
1328 }
1329 void GLES2InterfaceStub::StencilStrokePathCHROMIUM(GLuint /* path */, 1065 void GLES2InterfaceStub::StencilStrokePathCHROMIUM(GLuint /* path */,
1330 GLint /* reference */, 1066 GLint /* reference */,
1331 GLuint /* mask */) { 1067 GLuint /* mask */) {}
1332 }
1333 void GLES2InterfaceStub::CoverFillPathCHROMIUM(GLuint /* path */, 1068 void GLES2InterfaceStub::CoverFillPathCHROMIUM(GLuint /* path */,
1334 GLenum /* coverMode */) { 1069 GLenum /* coverMode */) {}
1335 }
1336 void GLES2InterfaceStub::CoverStrokePathCHROMIUM(GLuint /* path */, 1070 void GLES2InterfaceStub::CoverStrokePathCHROMIUM(GLuint /* path */,
1337 GLenum /* coverMode */) { 1071 GLenum /* coverMode */) {}
1338 }
1339 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM( 1072 void GLES2InterfaceStub::StencilThenCoverFillPathCHROMIUM(
1340 GLuint /* path */, 1073 GLuint /* path */,
1341 GLenum /* fillMode */, 1074 GLenum /* fillMode */,
1342 GLuint /* mask */, 1075 GLuint /* mask */,
1343 GLenum /* coverMode */) { 1076 GLenum /* coverMode */) {}
1344 }
1345 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( 1077 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
1346 GLuint /* path */, 1078 GLuint /* path */,
1347 GLint /* reference */, 1079 GLint /* reference */,
1348 GLuint /* mask */, 1080 GLuint /* mask */,
1349 GLenum /* coverMode */) { 1081 GLenum /* coverMode */) {}
1350 }
1351 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1082 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1352 return 0; 1083 return 0;
1353 } 1084 }
1354 void GLES2InterfaceStub::BlendBarrierKHR() { 1085 void GLES2InterfaceStub::BlendBarrierKHR() {}
1355 }
1356 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1086 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698