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

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

Issue 1188013004: Added support for Time Elapsed queries through the command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed ppapi support Created 5 years, 6 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 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { 775 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) {
979 return 0; 776 return 0;
980 } 777 }
981 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { 778 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) {}
982 } 779 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) {}
983 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) { 780 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {}
984 } 781 void GLES2InterfaceStub::EndTransformFeedback() {}
985 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {
986 }
987 void GLES2InterfaceStub::EndTransformFeedback() {
988 }
989 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, 782 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */,
990 GLenum /* pname */, 783 GLenum /* pname */,
991 GLint* /* params */) { 784 GLint* /* params */) {}
992 }
993 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */, 785 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */,
994 GLenum /* pname */, 786 GLenum /* pname */,
995 GLuint* /* params */) { 787 GLuint* /* params */) {}
996 } 788 void GLES2InterfaceStub::GetQueryObjectui64vEXT(GLuint /* id */,
789 GLenum /* pname */,
790 GLuint64* /* params */) {}
997 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */, 791 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */,
998 const GLchar* /* marker */) { 792 const GLchar* /* marker */) {}
999 }
1000 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */, 793 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */,
1001 const GLchar* /* marker */) { 794 const GLchar* /* marker */) {}
1002 } 795 void GLES2InterfaceStub::PopGroupMarkerEXT() {}
1003 void GLES2InterfaceStub::PopGroupMarkerEXT() {
1004 }
1005 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, 796 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */,
1006 GLuint* /* arrays */) { 797 GLuint* /* arrays */) {}
1007 }
1008 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */, 798 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */,
1009 const GLuint* /* arrays */) { 799 const GLuint* /* arrays */) {}
1010 }
1011 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) { 800 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) {
1012 return 0; 801 return 0;
1013 } 802 }
1014 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { 803 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) {}
1015 } 804 void GLES2InterfaceStub::SwapBuffers() {}
1016 void GLES2InterfaceStub::SwapBuffers() {
1017 }
1018 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, 805 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */,
1019 GLsizei /* count */, 806 GLsizei /* count */,
1020 GLenum /* type */, 807 GLenum /* type */,
1021 GLuint /* offset */) { 808 GLuint /* offset */) {
1022 return 0; 809 return 0;
1023 } 810 }
1024 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { 811 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) {
1025 return 0; 812 return 0;
1026 } 813 }
1027 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, 814 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
1028 GLenum /* access */) { 815 GLenum /* access */) {
1029 return 0; 816 return 0;
1030 } 817 }
1031 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { 818 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
1032 return 0; 819 return 0;
1033 } 820 }
1034 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, 821 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */,
1035 GLintptr /* offset */, 822 GLintptr /* offset */,
1036 GLsizeiptr /* size */, 823 GLsizeiptr /* size */,
1037 GLenum /* access */) { 824 GLenum /* access */) {
1038 return 0; 825 return 0;
1039 } 826 }
1040 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { 827 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {}
1041 }
1042 void* GLES2InterfaceStub::MapBufferRange(GLenum /* target */, 828 void* GLES2InterfaceStub::MapBufferRange(GLenum /* target */,
1043 GLintptr /* offset */, 829 GLintptr /* offset */,
1044 GLsizeiptr /* size */, 830 GLsizeiptr /* size */,
1045 GLbitfield /* access */) { 831 GLbitfield /* access */) {
1046 return 0; 832 return 0;
1047 } 833 }
1048 GLboolean GLES2InterfaceStub::UnmapBuffer(GLenum /* target */) { 834 GLboolean GLES2InterfaceStub::UnmapBuffer(GLenum /* target */) {
1049 return 0; 835 return 0;
1050 } 836 }
1051 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, 837 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */,
1052 GLint /* level */, 838 GLint /* level */,
1053 GLint /* xoffset */, 839 GLint /* xoffset */,
1054 GLint /* yoffset */, 840 GLint /* yoffset */,
1055 GLsizei /* width */, 841 GLsizei /* width */,
1056 GLsizei /* height */, 842 GLsizei /* height */,
1057 GLenum /* format */, 843 GLenum /* format */,
1058 GLenum /* type */, 844 GLenum /* type */,
1059 GLenum /* access */) { 845 GLenum /* access */) {
1060 return 0; 846 return 0;
1061 } 847 }
1062 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { 848 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) {}
1063 }
1064 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */, 849 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */,
1065 GLuint /* height */, 850 GLuint /* height */,
1066 GLfloat /* scale_factor */) { 851 GLfloat /* scale_factor */) {}
1067 }
1068 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { 852 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() {
1069 return 0; 853 return 0;
1070 } 854 }
1071 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { 855 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) {
1072 } 856 }
1073 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { 857 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {}
1074 }
1075 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 858 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
1076 GLsizei /* bufsize */, 859 GLsizei /* bufsize */,
1077 GLsizei* /* size */, 860 GLsizei* /* size */,
1078 void* /* info */) { 861 void* /* info */) {}
1079 }
1080 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */, 862 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */,
1081 GLsizei /* bufsize */, 863 GLsizei /* bufsize */,
1082 GLsizei* /* size */, 864 GLsizei* /* size */,
1083 void* /* info */) { 865 void* /* info */) {}
1084 }
1085 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( 866 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM(
1086 GLuint /* program */, 867 GLuint /* program */,
1087 GLsizei /* bufsize */, 868 GLsizei /* bufsize */,
1088 GLsizei* /* size */, 869 GLsizei* /* size */,
1089 void* /* info */) { 870 void* /* info */) {}
1090 }
1091 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, 871 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */,
1092 GLsizei /* bufsize */, 872 GLsizei /* bufsize */,
1093 GLsizei* /* size */, 873 GLsizei* /* size */,
1094 void* /* info */) { 874 void* /* info */) {}
1095 }
1096 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 875 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
1097 return 0; 876 return 0;
1098 } 877 }
1099 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, 878 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
1100 GLsizei /* width */, 879 GLsizei /* width */,
1101 GLsizei /* height */, 880 GLsizei /* height */,
1102 GLenum /* internalformat */) { 881 GLenum /* internalformat */) {
1103 return 0; 882 return 0;
1104 } 883 }
1105 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { 884 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {}
1106 }
1107 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( 885 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
1108 GLsizei /* width */, 886 GLsizei /* width */,
1109 GLsizei /* height */, 887 GLsizei /* height */,
1110 GLenum /* internalformat */, 888 GLenum /* internalformat */,
1111 GLenum /* usage */) { 889 GLenum /* usage */) {
1112 return 0; 890 return 0;
1113 } 891 }
1114 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 892 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
1115 GLsizei /* bufsize */, 893 GLsizei /* bufsize */,
1116 GLsizei* /* length */, 894 GLsizei* /* length */,
1117 char* /* source */) { 895 char* /* source */) {}
1118 }
1119 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, 896 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
1120 GLint /* y */, 897 GLint /* y */,
1121 GLint /* width */, 898 GLint /* width */,
1122 GLint /* height */) { 899 GLint /* height */) {}
1123 }
1124 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, 900 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */,
1125 GLsizei /* width */, 901 GLsizei /* width */,
1126 GLsizei /* height */, 902 GLsizei /* height */,
1127 GLuint /* ioSurfaceId */, 903 GLuint /* ioSurfaceId */,
1128 GLuint /* plane */) { 904 GLuint /* plane */) {}
1129 }
1130 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, 905 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */,
1131 GLenum /* source_id */, 906 GLenum /* source_id */,
1132 GLenum /* dest_id */, 907 GLenum /* dest_id */,
1133 GLint /* internalformat */, 908 GLint /* internalformat */,
1134 GLenum /* dest_type */) { 909 GLenum /* dest_type */) {}
1135 }
1136 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */, 910 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
1137 GLenum /* source_id */, 911 GLenum /* source_id */,
1138 GLenum /* dest_id */, 912 GLenum /* dest_id */,
1139 GLint /* xoffset */, 913 GLint /* xoffset */,
1140 GLint /* yoffset */, 914 GLint /* yoffset */,
1141 GLint /* x */, 915 GLint /* x */,
1142 GLint /* y */, 916 GLint /* y */,
1143 GLsizei /* width */, 917 GLsizei /* width */,
1144 GLsizei /* height */) { 918 GLsizei /* height */) {}
1145 }
1146 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, 919 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
1147 GLenum /* source_id */, 920 GLenum /* source_id */,
1148 GLenum /* dest_id */) { 921 GLenum /* dest_id */) {}
1149 }
1150 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 922 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
1151 GLint /* first */, 923 GLint /* first */,
1152 GLsizei /* count */, 924 GLsizei /* count */,
1153 GLsizei /* primcount */) { 925 GLsizei /* primcount */) {}
1154 }
1155 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 926 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
1156 GLsizei /* count */, 927 GLsizei /* count */,
1157 GLenum /* type */, 928 GLenum /* type */,
1158 const void* /* indices */, 929 const void* /* indices */,
1159 GLsizei /* primcount */) { 930 GLsizei /* primcount */) {}
1160 }
1161 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 931 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
1162 GLuint /* divisor */) { 932 GLuint /* divisor */) {}
1163 } 933 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {}
1164 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {
1165 }
1166 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */, 934 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */,
1167 const GLbyte* /* mailbox */) { 935 const GLbyte* /* mailbox */) {}
1168 }
1169 void GLES2InterfaceStub::ProduceTextureDirectCHROMIUM( 936 void GLES2InterfaceStub::ProduceTextureDirectCHROMIUM(
1170 GLuint /* texture */, 937 GLuint /* texture */,
1171 GLenum /* target */, 938 GLenum /* target */,
1172 const GLbyte* /* mailbox */) { 939 const GLbyte* /* mailbox */) {}
1173 }
1174 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, 940 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */,
1175 const GLbyte* /* mailbox */) { 941 const GLbyte* /* mailbox */) {}
1176 }
1177 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( 942 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM(
1178 GLenum /* target */, 943 GLenum /* target */,
1179 const GLbyte* /* mailbox */) { 944 const GLbyte* /* mailbox */) {
1180 return 0; 945 return 0;
1181 } 946 }
1182 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, 947 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
1183 GLint /* location */, 948 GLint /* location */,
1184 const char* /* name */) { 949 const char* /* name */) {}
1185 }
1186 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */, 950 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */,
1187 GLuint* /* buffers */) { 951 GLuint* /* buffers */) {}
1188 }
1189 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM( 952 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM(
1190 GLsizei /* n */, 953 GLsizei /* n */,
1191 const GLuint* /* valuebuffers */) { 954 const GLuint* /* valuebuffers */) {}
1192 }
1193 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) { 955 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) {
1194 return 0; 956 return 0;
1195 } 957 }
1196 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */, 958 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */,
1197 GLuint /* valuebuffer */) { 959 GLuint /* valuebuffer */) {}
1198 }
1199 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */, 960 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */,
1200 GLenum /* subscription */) { 961 GLenum /* subscription */) {}
1201 }
1202 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) { 962 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) {
1203 } 963 }
1204 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */, 964 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */,
1205 GLenum /* target */, 965 GLenum /* target */,
1206 GLenum /* subscription */) { 966 GLenum /* subscription */) {
1207 } 967 }
1208 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, 968 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
1209 GLint /* imageId */) { 969 GLint /* imageId */) {}
1210 }
1211 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, 970 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
1212 GLint /* imageId */) { 971 GLint /* imageId */) {}
1213 }
1214 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, 972 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */,
1215 const char* /* trace_name */) { 973 const char* /* trace_name */) {}
1216 } 974 void GLES2InterfaceStub::TraceEndCHROMIUM() {}
1217 void GLES2InterfaceStub::TraceEndCHROMIUM() {
1218 }
1219 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, 975 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */,
1220 GLint /* level */, 976 GLint /* level */,
1221 GLint /* xoffset */, 977 GLint /* xoffset */,
1222 GLint /* yoffset */, 978 GLint /* yoffset */,
1223 GLsizei /* width */, 979 GLsizei /* width */,
1224 GLsizei /* height */, 980 GLsizei /* height */,
1225 GLenum /* format */, 981 GLenum /* format */,
1226 GLenum /* type */, 982 GLenum /* type */,
1227 const void* /* data */) { 983 const void* /* data */) {}
1228 }
1229 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, 984 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */,
1230 GLint /* level */, 985 GLint /* level */,
1231 GLenum /* internalformat */, 986 GLenum /* internalformat */,
1232 GLsizei /* width */, 987 GLsizei /* width */,
1233 GLsizei /* height */, 988 GLsizei /* height */,
1234 GLint /* border */, 989 GLint /* border */,
1235 GLenum /* format */, 990 GLenum /* format */,
1236 GLenum /* type */, 991 GLenum /* type */,
1237 const void* /* pixels */) { 992 const void* /* pixels */) {}
1238 } 993 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) {}
1239 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) { 994 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {}
1240 }
1241 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {
1242 }
1243 void GLES2InterfaceStub::DiscardFramebufferEXT( 995 void GLES2InterfaceStub::DiscardFramebufferEXT(
1244 GLenum /* target */, 996 GLenum /* target */,
1245 GLsizei /* count */, 997 GLsizei /* count */,
1246 const GLenum* /* attachments */) { 998 const GLenum* /* attachments */) {}
1247 }
1248 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, 999 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */,
1249 GLenum /* other */) { 1000 GLenum /* other */) {}
1250 }
1251 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 1001 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
1252 return 0; 1002 return 0;
1253 } 1003 }
1254 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 1004 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {}
1255 }
1256 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */, 1005 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */,
1257 const GLenum* /* bufs */) { 1006 const GLenum* /* bufs */) {}
1258 } 1007 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {}
1259 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {
1260 }
1261 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM( 1008 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
1262 GLint /* plane_z_order */, 1009 GLint /* plane_z_order */,
1263 GLenum /* plane_transform */, 1010 GLenum /* plane_transform */,
1264 GLuint /* overlay_texture_id */, 1011 GLuint /* overlay_texture_id */,
1265 GLint /* bounds_x */, 1012 GLint /* bounds_x */,
1266 GLint /* bounds_y */, 1013 GLint /* bounds_y */,
1267 GLint /* bounds_width */, 1014 GLint /* bounds_width */,
1268 GLint /* bounds_height */, 1015 GLint /* bounds_height */,
1269 GLfloat /* uv_x */, 1016 GLfloat /* uv_x */,
1270 GLfloat /* uv_y */, 1017 GLfloat /* uv_y */,
1271 GLfloat /* uv_width */, 1018 GLfloat /* uv_width */,
1272 GLfloat /* uv_height */) { 1019 GLfloat /* uv_height */) {}
1273 } 1020 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {}
1274 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1275 }
1276 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1021 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1277 const GLfloat* /* m */) { 1022 const GLfloat* /* m */) {}
1278 } 1023 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {}
1279 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1280 }
1281 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1024 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1282 return 0; 1025 return 0;
1283 } 1026 }
1284 void GLES2InterfaceStub::BlendBarrierKHR() { 1027 void GLES2InterfaceStub::BlendBarrierKHR() {}
1285 }
1286 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1028 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698