OLD | NEW |
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 } |
16 void GLES2InterfaceStub::AttachShader(GLuint /* program */, | 17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, |
17 GLuint /* shader */) {} | 18 GLuint /* shader */) { |
| 19 } |
18 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, | 20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, |
19 GLuint /* index */, | 21 GLuint /* index */, |
20 const char* /* name */) {} | 22 const char* /* name */) { |
21 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) {} | 23 } |
| 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { |
| 25 } |
22 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, | 26 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, |
23 GLuint /* framebuffer */) {} | 27 GLuint /* framebuffer */) { |
| 28 } |
24 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, | 29 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, |
25 GLuint /* renderbuffer */) {} | 30 GLuint /* renderbuffer */) { |
| 31 } |
26 void GLES2InterfaceStub::BindTexture(GLenum /* target */, | 32 void GLES2InterfaceStub::BindTexture(GLenum /* target */, |
27 GLuint /* texture */) {} | 33 GLuint /* texture */) { |
| 34 } |
28 void GLES2InterfaceStub::BlendColor(GLclampf /* red */, | 35 void GLES2InterfaceStub::BlendColor(GLclampf /* red */, |
29 GLclampf /* green */, | 36 GLclampf /* green */, |
30 GLclampf /* blue */, | 37 GLclampf /* blue */, |
31 GLclampf /* alpha */) {} | 38 GLclampf /* alpha */) { |
32 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) {} | 39 } |
| 40 void GLES2InterfaceStub::BlendEquation(GLenum /* mode */) { |
| 41 } |
33 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */, | 42 void GLES2InterfaceStub::BlendEquationSeparate(GLenum /* modeRGB */, |
34 GLenum /* modeAlpha */) {} | 43 GLenum /* modeAlpha */) { |
| 44 } |
35 void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) { | 45 void GLES2InterfaceStub::BlendFunc(GLenum /* sfactor */, GLenum /* dfactor */) { |
36 } | 46 } |
37 void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */, | 47 void GLES2InterfaceStub::BlendFuncSeparate(GLenum /* srcRGB */, |
38 GLenum /* dstRGB */, | 48 GLenum /* dstRGB */, |
39 GLenum /* srcAlpha */, | 49 GLenum /* srcAlpha */, |
40 GLenum /* dstAlpha */) {} | 50 GLenum /* dstAlpha */) { |
| 51 } |
41 void GLES2InterfaceStub::BufferData(GLenum /* target */, | 52 void GLES2InterfaceStub::BufferData(GLenum /* target */, |
42 GLsizeiptr /* size */, | 53 GLsizeiptr /* size */, |
43 const void* /* data */, | 54 const void* /* data */, |
44 GLenum /* usage */) {} | 55 GLenum /* usage */) { |
| 56 } |
45 void GLES2InterfaceStub::BufferSubData(GLenum /* target */, | 57 void GLES2InterfaceStub::BufferSubData(GLenum /* target */, |
46 GLintptr /* offset */, | 58 GLintptr /* offset */, |
47 GLsizeiptr /* size */, | 59 GLsizeiptr /* size */, |
48 const void* /* data */) {} | 60 const void* /* data */) { |
| 61 } |
49 GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) { | 62 GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) { |
50 return 0; | 63 return 0; |
51 } | 64 } |
52 void GLES2InterfaceStub::Clear(GLbitfield /* mask */) {} | 65 void GLES2InterfaceStub::Clear(GLbitfield /* mask */) { |
| 66 } |
53 void GLES2InterfaceStub::ClearColor(GLclampf /* red */, | 67 void GLES2InterfaceStub::ClearColor(GLclampf /* red */, |
54 GLclampf /* green */, | 68 GLclampf /* green */, |
55 GLclampf /* blue */, | 69 GLclampf /* blue */, |
56 GLclampf /* alpha */) {} | 70 GLclampf /* alpha */) { |
57 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {} | 71 } |
58 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {} | 72 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) { |
| 73 } |
| 74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { |
| 75 } |
59 void GLES2InterfaceStub::ColorMask(GLboolean /* red */, | 76 void GLES2InterfaceStub::ColorMask(GLboolean /* red */, |
60 GLboolean /* green */, | 77 GLboolean /* green */, |
61 GLboolean /* blue */, | 78 GLboolean /* blue */, |
62 GLboolean /* alpha */) {} | 79 GLboolean /* alpha */) { |
63 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) {} | 80 } |
| 81 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { |
| 82 } |
64 void GLES2InterfaceStub::CompressedTexImage2D(GLenum /* target */, | 83 void GLES2InterfaceStub::CompressedTexImage2D(GLenum /* target */, |
65 GLint /* level */, | 84 GLint /* level */, |
66 GLenum /* internalformat */, | 85 GLenum /* internalformat */, |
67 GLsizei /* width */, | 86 GLsizei /* width */, |
68 GLsizei /* height */, | 87 GLsizei /* height */, |
69 GLint /* border */, | 88 GLint /* border */, |
70 GLsizei /* imageSize */, | 89 GLsizei /* imageSize */, |
71 const void* /* data */) {} | 90 const void* /* data */) { |
| 91 } |
72 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, | 92 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, |
73 GLint /* level */, | 93 GLint /* level */, |
74 GLint /* xoffset */, | 94 GLint /* xoffset */, |
75 GLint /* yoffset */, | 95 GLint /* yoffset */, |
76 GLsizei /* width */, | 96 GLsizei /* width */, |
77 GLsizei /* height */, | 97 GLsizei /* height */, |
78 GLenum /* format */, | 98 GLenum /* format */, |
79 GLsizei /* imageSize */, | 99 GLsizei /* imageSize */, |
80 const void* /* data */) {} | 100 const void* /* data */) { |
| 101 } |
81 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, | 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, |
82 GLint /* level */, | 103 GLint /* level */, |
83 GLenum /* internalformat */, | 104 GLenum /* internalformat */, |
84 GLint /* x */, | 105 GLint /* x */, |
85 GLint /* y */, | 106 GLint /* y */, |
86 GLsizei /* width */, | 107 GLsizei /* width */, |
87 GLsizei /* height */, | 108 GLsizei /* height */, |
88 GLint /* border */) {} | 109 GLint /* border */) { |
| 110 } |
89 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, | 111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, |
90 GLint /* level */, | 112 GLint /* level */, |
91 GLint /* xoffset */, | 113 GLint /* xoffset */, |
92 GLint /* yoffset */, | 114 GLint /* yoffset */, |
93 GLint /* x */, | 115 GLint /* x */, |
94 GLint /* y */, | 116 GLint /* y */, |
95 GLsizei /* width */, | 117 GLsizei /* width */, |
96 GLsizei /* height */) {} | 118 GLsizei /* height */) { |
97 GLuint GLES2InterfaceStub::CreateProgram() { return 0; } | 119 } |
98 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) { return 0; } | 120 GLuint GLES2InterfaceStub::CreateProgram() { |
99 void GLES2InterfaceStub::CullFace(GLenum /* mode */) {} | 121 return 0; |
| 122 } |
| 123 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) { |
| 124 return 0; |
| 125 } |
| 126 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { |
| 127 } |
100 void GLES2InterfaceStub::DeleteBuffers(GLsizei /* n */, | 128 void GLES2InterfaceStub::DeleteBuffers(GLsizei /* n */, |
101 const GLuint* /* buffers */) {} | 129 const GLuint* /* buffers */) { |
| 130 } |
102 void GLES2InterfaceStub::DeleteFramebuffers(GLsizei /* n */, | 131 void GLES2InterfaceStub::DeleteFramebuffers(GLsizei /* n */, |
103 const GLuint* /* framebuffers */) {} | 132 const GLuint* /* framebuffers */) { |
104 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) {} | 133 } |
| 134 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { |
| 135 } |
105 void GLES2InterfaceStub::DeleteRenderbuffers( | 136 void GLES2InterfaceStub::DeleteRenderbuffers( |
106 GLsizei /* n */, | 137 GLsizei /* n */, |
107 const GLuint* /* renderbuffers */) {} | 138 const GLuint* /* renderbuffers */) { |
108 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) {} | 139 } |
| 140 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) { |
| 141 } |
109 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, | 142 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, |
110 const GLuint* /* textures */) {} | 143 const GLuint* /* textures */) { |
111 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) {} | 144 } |
112 void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) {} | 145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { |
| 146 } |
| 147 void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) { |
| 148 } |
113 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, | 149 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, |
114 GLclampf /* zFar */) {} | 150 GLclampf /* zFar */) { |
| 151 } |
115 void GLES2InterfaceStub::DetachShader(GLuint /* program */, | 152 void GLES2InterfaceStub::DetachShader(GLuint /* program */, |
116 GLuint /* shader */) {} | 153 GLuint /* shader */) { |
117 void GLES2InterfaceStub::Disable(GLenum /* cap */) {} | 154 } |
118 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {} | 155 void GLES2InterfaceStub::Disable(GLenum /* cap */) { |
| 156 } |
| 157 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) { |
| 158 } |
119 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, | 159 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, |
120 GLint /* first */, | 160 GLint /* first */, |
121 GLsizei /* count */) {} | 161 GLsizei /* count */) { |
| 162 } |
122 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, | 163 void GLES2InterfaceStub::DrawElements(GLenum /* mode */, |
123 GLsizei /* count */, | 164 GLsizei /* count */, |
124 GLenum /* type */, | 165 GLenum /* type */, |
125 const void* /* indices */) {} | 166 const void* /* indices */) { |
126 void GLES2InterfaceStub::Enable(GLenum /* cap */) {} | 167 } |
127 void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) {} | 168 void GLES2InterfaceStub::Enable(GLenum /* cap */) { |
128 void GLES2InterfaceStub::Finish() {} | 169 } |
129 void GLES2InterfaceStub::Flush() {} | 170 void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) { |
| 171 } |
| 172 void GLES2InterfaceStub::Finish() { |
| 173 } |
| 174 void GLES2InterfaceStub::Flush() { |
| 175 } |
130 void GLES2InterfaceStub::FramebufferRenderbuffer( | 176 void GLES2InterfaceStub::FramebufferRenderbuffer( |
131 GLenum /* target */, | 177 GLenum /* target */, |
132 GLenum /* attachment */, | 178 GLenum /* attachment */, |
133 GLenum /* renderbuffertarget */, | 179 GLenum /* renderbuffertarget */, |
134 GLuint /* renderbuffer */) {} | 180 GLuint /* renderbuffer */) { |
| 181 } |
135 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, | 182 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, |
136 GLenum /* attachment */, | 183 GLenum /* attachment */, |
137 GLenum /* textarget */, | 184 GLenum /* textarget */, |
138 GLuint /* texture */, | 185 GLuint /* texture */, |
139 GLint /* level */) {} | 186 GLint /* level */) { |
140 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) {} | 187 } |
141 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) {} | 188 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) { |
142 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) {} | 189 } |
| 190 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) { |
| 191 } |
| 192 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) { |
| 193 } |
143 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, | 194 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, |
144 GLuint* /* framebuffers */) {} | 195 GLuint* /* framebuffers */) { |
| 196 } |
145 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, | 197 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, |
146 GLuint* /* renderbuffers */) {} | 198 GLuint* /* renderbuffers */) { |
147 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {} | 199 } |
| 200 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { |
| 201 } |
148 void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */, | 202 void GLES2InterfaceStub::GetActiveAttrib(GLuint /* program */, |
149 GLuint /* index */, | 203 GLuint /* index */, |
150 GLsizei /* bufsize */, | 204 GLsizei /* bufsize */, |
151 GLsizei* /* length */, | 205 GLsizei* /* length */, |
152 GLint* /* size */, | 206 GLint* /* size */, |
153 GLenum* /* type */, | 207 GLenum* /* type */, |
154 char* /* name */) {} | 208 char* /* name */) { |
| 209 } |
155 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, | 210 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, |
156 GLuint /* index */, | 211 GLuint /* index */, |
157 GLsizei /* bufsize */, | 212 GLsizei /* bufsize */, |
158 GLsizei* /* length */, | 213 GLsizei* /* length */, |
159 GLint* /* size */, | 214 GLint* /* size */, |
160 GLenum* /* type */, | 215 GLenum* /* type */, |
161 char* /* name */) {} | 216 char* /* name */) { |
| 217 } |
162 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, | 218 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, |
163 GLsizei /* maxcount */, | 219 GLsizei /* maxcount */, |
164 GLsizei* /* count */, | 220 GLsizei* /* count */, |
165 GLuint* /* shaders */) {} | 221 GLuint* /* shaders */) { |
| 222 } |
166 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, | 223 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, |
167 const char* /* name */) { | 224 const char* /* name */) { |
168 return 0; | 225 return 0; |
169 } | 226 } |
170 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, | 227 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, |
171 GLboolean* /* params */) {} | 228 GLboolean* /* params */) { |
| 229 } |
172 void GLES2InterfaceStub::GetBufferParameteriv(GLenum /* target */, | 230 void GLES2InterfaceStub::GetBufferParameteriv(GLenum /* target */, |
173 GLenum /* pname */, | 231 GLenum /* pname */, |
174 GLint* /* params */) {} | 232 GLint* /* params */) { |
175 GLenum GLES2InterfaceStub::GetError() { return 0; } | 233 } |
176 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) {} | 234 GLenum GLES2InterfaceStub::GetError() { |
| 235 return 0; |
| 236 } |
| 237 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) { |
| 238 } |
177 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( | 239 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( |
178 GLenum /* target */, | 240 GLenum /* target */, |
179 GLenum /* attachment */, | 241 GLenum /* attachment */, |
180 GLenum /* pname */, | 242 GLenum /* pname */, |
181 GLint* /* params */) {} | 243 GLint* /* params */) { |
182 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) {} | 244 } |
| 245 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) { |
| 246 } |
183 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, | 247 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, |
184 GLenum /* pname */, | 248 GLenum /* pname */, |
185 GLint* /* params */) {} | 249 GLint* /* params */) { |
| 250 } |
186 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, | 251 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, |
187 GLsizei /* bufsize */, | 252 GLsizei /* bufsize */, |
188 GLsizei* /* length */, | 253 GLsizei* /* length */, |
189 char* /* infolog */) {} | 254 char* /* infolog */) { |
| 255 } |
190 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, | 256 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, |
191 GLenum /* pname */, | 257 GLenum /* pname */, |
192 GLint* /* params */) {} | 258 GLint* /* params */) { |
| 259 } |
193 void GLES2InterfaceStub::GetShaderiv(GLuint /* shader */, | 260 void GLES2InterfaceStub::GetShaderiv(GLuint /* shader */, |
194 GLenum /* pname */, | 261 GLenum /* pname */, |
195 GLint* /* params */) {} | 262 GLint* /* params */) { |
| 263 } |
196 void GLES2InterfaceStub::GetShaderInfoLog(GLuint /* shader */, | 264 void GLES2InterfaceStub::GetShaderInfoLog(GLuint /* shader */, |
197 GLsizei /* bufsize */, | 265 GLsizei /* bufsize */, |
198 GLsizei* /* length */, | 266 GLsizei* /* length */, |
199 char* /* infolog */) {} | 267 char* /* infolog */) { |
| 268 } |
200 void GLES2InterfaceStub::GetShaderPrecisionFormat(GLenum /* shadertype */, | 269 void GLES2InterfaceStub::GetShaderPrecisionFormat(GLenum /* shadertype */, |
201 GLenum /* precisiontype */, | 270 GLenum /* precisiontype */, |
202 GLint* /* range */, | 271 GLint* /* range */, |
203 GLint* /* precision */) {} | 272 GLint* /* precision */) { |
| 273 } |
204 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, | 274 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, |
205 GLsizei /* bufsize */, | 275 GLsizei /* bufsize */, |
206 GLsizei* /* length */, | 276 GLsizei* /* length */, |
207 char* /* source */) {} | 277 char* /* source */) { |
208 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { return 0; } | 278 } |
| 279 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { |
| 280 return 0; |
| 281 } |
209 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, | 282 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, |
210 GLenum /* pname */, | 283 GLenum /* pname */, |
211 GLfloat* /* params */) {} | 284 GLfloat* /* params */) { |
| 285 } |
212 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, | 286 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, |
213 GLenum /* pname */, | 287 GLenum /* pname */, |
214 GLint* /* params */) {} | 288 GLint* /* params */) { |
| 289 } |
215 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, | 290 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, |
216 GLint /* location */, | 291 GLint /* location */, |
217 GLfloat* /* params */) {} | 292 GLfloat* /* params */) { |
| 293 } |
218 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, | 294 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, |
219 GLint /* location */, | 295 GLint /* location */, |
220 GLint* /* params */) {} | 296 GLint* /* params */) { |
| 297 } |
221 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, | 298 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, |
222 const char* /* name */) { | 299 const char* /* name */) { |
223 return 0; | 300 return 0; |
224 } | 301 } |
225 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, | 302 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, |
226 GLenum /* pname */, | 303 GLenum /* pname */, |
227 GLfloat* /* params */) {} | 304 GLfloat* /* params */) { |
| 305 } |
228 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, | 306 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, |
229 GLenum /* pname */, | 307 GLenum /* pname */, |
230 GLint* /* params */) {} | 308 GLint* /* params */) { |
| 309 } |
231 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, | 310 void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, |
232 GLenum /* pname */, | 311 GLenum /* pname */, |
233 void** /* pointer */) {} | 312 void** /* pointer */) { |
234 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {} | 313 } |
235 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { return 0; } | 314 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) { |
236 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { return 0; } | 315 } |
| 316 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { |
| 317 return 0; |
| 318 } |
| 319 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { |
| 320 return 0; |
| 321 } |
237 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { | 322 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { |
238 return 0; | 323 return 0; |
239 } | 324 } |
240 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { return 0; } | 325 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { |
| 326 return 0; |
| 327 } |
241 GLboolean GLES2InterfaceStub::IsRenderbuffer(GLuint /* renderbuffer */) { | 328 GLboolean GLES2InterfaceStub::IsRenderbuffer(GLuint /* renderbuffer */) { |
242 return 0; | 329 return 0; |
243 } | 330 } |
244 GLboolean GLES2InterfaceStub::IsShader(GLuint /* shader */) { return 0; } | 331 GLboolean GLES2InterfaceStub::IsShader(GLuint /* shader */) { |
245 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { return 0; } | 332 return 0; |
246 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) {} | 333 } |
247 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) {} | 334 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { |
248 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {} | 335 return 0; |
| 336 } |
| 337 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { |
| 338 } |
| 339 void GLES2InterfaceStub::LinkProgram(GLuint /* program */) { |
| 340 } |
| 341 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { |
| 342 } |
249 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, | 343 void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, |
250 GLfloat /* units */) {} | 344 GLfloat /* units */) { |
| 345 } |
251 void GLES2InterfaceStub::ReadPixels(GLint /* x */, | 346 void GLES2InterfaceStub::ReadPixels(GLint /* x */, |
252 GLint /* y */, | 347 GLint /* y */, |
253 GLsizei /* width */, | 348 GLsizei /* width */, |
254 GLsizei /* height */, | 349 GLsizei /* height */, |
255 GLenum /* format */, | 350 GLenum /* format */, |
256 GLenum /* type */, | 351 GLenum /* type */, |
257 void* /* pixels */) {} | 352 void* /* pixels */) { |
258 void GLES2InterfaceStub::ReleaseShaderCompiler() {} | 353 } |
| 354 void GLES2InterfaceStub::ReleaseShaderCompiler() { |
| 355 } |
259 void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */, | 356 void GLES2InterfaceStub::RenderbufferStorage(GLenum /* target */, |
260 GLenum /* internalformat */, | 357 GLenum /* internalformat */, |
261 GLsizei /* width */, | 358 GLsizei /* width */, |
262 GLsizei /* height */) {} | 359 GLsizei /* height */) { |
| 360 } |
263 void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */, | 361 void GLES2InterfaceStub::SampleCoverage(GLclampf /* value */, |
264 GLboolean /* invert */) {} | 362 GLboolean /* invert */) { |
| 363 } |
265 void GLES2InterfaceStub::Scissor(GLint /* x */, | 364 void GLES2InterfaceStub::Scissor(GLint /* x */, |
266 GLint /* y */, | 365 GLint /* y */, |
267 GLsizei /* width */, | 366 GLsizei /* width */, |
268 GLsizei /* height */) {} | 367 GLsizei /* height */) { |
| 368 } |
269 void GLES2InterfaceStub::ShaderBinary(GLsizei /* n */, | 369 void GLES2InterfaceStub::ShaderBinary(GLsizei /* n */, |
270 const GLuint* /* shaders */, | 370 const GLuint* /* shaders */, |
271 GLenum /* binaryformat */, | 371 GLenum /* binaryformat */, |
272 const void* /* binary */, | 372 const void* /* binary */, |
273 GLsizei /* length */) {} | 373 GLsizei /* length */) { |
| 374 } |
274 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, | 375 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, |
275 GLsizei /* count */, | 376 GLsizei /* count */, |
276 const GLchar* const* /* str */, | 377 const GLchar* const* /* str */, |
277 const GLint* /* length */) {} | 378 const GLint* /* length */) { |
278 void GLES2InterfaceStub::ShallowFinishCHROMIUM() {} | 379 } |
279 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {} | 380 void GLES2InterfaceStub::ShallowFinishCHROMIUM() { |
| 381 } |
| 382 void GLES2InterfaceStub::ShallowFlushCHROMIUM() { |
| 383 } |
280 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, | 384 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, |
281 GLint /* ref */, | 385 GLint /* ref */, |
282 GLuint /* mask */) {} | 386 GLuint /* mask */) { |
| 387 } |
283 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, | 388 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, |
284 GLenum /* func */, | 389 GLenum /* func */, |
285 GLint /* ref */, | 390 GLint /* ref */, |
286 GLuint /* mask */) {} | 391 GLuint /* mask */) { |
287 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) {} | 392 } |
| 393 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { |
| 394 } |
288 void GLES2InterfaceStub::StencilMaskSeparate(GLenum /* face */, | 395 void GLES2InterfaceStub::StencilMaskSeparate(GLenum /* face */, |
289 GLuint /* mask */) {} | 396 GLuint /* mask */) { |
| 397 } |
290 void GLES2InterfaceStub::StencilOp(GLenum /* fail */, | 398 void GLES2InterfaceStub::StencilOp(GLenum /* fail */, |
291 GLenum /* zfail */, | 399 GLenum /* zfail */, |
292 GLenum /* zpass */) {} | 400 GLenum /* zpass */) { |
| 401 } |
293 void GLES2InterfaceStub::StencilOpSeparate(GLenum /* face */, | 402 void GLES2InterfaceStub::StencilOpSeparate(GLenum /* face */, |
294 GLenum /* fail */, | 403 GLenum /* fail */, |
295 GLenum /* zfail */, | 404 GLenum /* zfail */, |
296 GLenum /* zpass */) {} | 405 GLenum /* zpass */) { |
| 406 } |
297 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, | 407 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, |
298 GLint /* level */, | 408 GLint /* level */, |
299 GLint /* internalformat */, | 409 GLint /* internalformat */, |
300 GLsizei /* width */, | 410 GLsizei /* width */, |
301 GLsizei /* height */, | 411 GLsizei /* height */, |
302 GLint /* border */, | 412 GLint /* border */, |
303 GLenum /* format */, | 413 GLenum /* format */, |
304 GLenum /* type */, | 414 GLenum /* type */, |
305 const void* /* pixels */) {} | 415 const void* /* pixels */) { |
| 416 } |
306 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, | 417 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, |
307 GLenum /* pname */, | 418 GLenum /* pname */, |
308 GLfloat /* param */) {} | 419 GLfloat /* param */) { |
| 420 } |
309 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, | 421 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, |
310 GLenum /* pname */, | 422 GLenum /* pname */, |
311 const GLfloat* /* params */) {} | 423 const GLfloat* /* params */) { |
| 424 } |
312 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, | 425 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, |
313 GLenum /* pname */, | 426 GLenum /* pname */, |
314 GLint /* param */) {} | 427 GLint /* param */) { |
| 428 } |
315 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, | 429 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, |
316 GLenum /* pname */, | 430 GLenum /* pname */, |
317 const GLint* /* params */) {} | 431 const GLint* /* params */) { |
| 432 } |
318 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, | 433 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, |
319 GLint /* level */, | 434 GLint /* level */, |
320 GLint /* xoffset */, | 435 GLint /* xoffset */, |
321 GLint /* yoffset */, | 436 GLint /* yoffset */, |
322 GLsizei /* width */, | 437 GLsizei /* width */, |
323 GLsizei /* height */, | 438 GLsizei /* height */, |
324 GLenum /* format */, | 439 GLenum /* format */, |
325 GLenum /* type */, | 440 GLenum /* type */, |
326 const void* /* pixels */) {} | 441 const void* /* pixels */) { |
327 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {} | 442 } |
| 443 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { |
| 444 } |
328 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, | 445 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, |
329 GLsizei /* count */, | 446 GLsizei /* count */, |
330 const GLfloat* /* v */) {} | 447 const GLfloat* /* v */) { |
331 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) {} | 448 } |
| 449 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { |
| 450 } |
332 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, | 451 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, |
333 GLsizei /* count */, | 452 GLsizei /* count */, |
334 const GLint* /* v */) {} | 453 const GLint* /* v */) { |
| 454 } |
335 void GLES2InterfaceStub::Uniform2f(GLint /* location */, | 455 void GLES2InterfaceStub::Uniform2f(GLint /* location */, |
336 GLfloat /* x */, | 456 GLfloat /* x */, |
337 GLfloat /* y */) {} | 457 GLfloat /* y */) { |
| 458 } |
338 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, | 459 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, |
339 GLsizei /* count */, | 460 GLsizei /* count */, |
340 const GLfloat* /* v */) {} | 461 const GLfloat* /* v */) { |
| 462 } |
341 void GLES2InterfaceStub::Uniform2i(GLint /* location */, | 463 void GLES2InterfaceStub::Uniform2i(GLint /* location */, |
342 GLint /* x */, | 464 GLint /* x */, |
343 GLint /* y */) {} | 465 GLint /* y */) { |
| 466 } |
344 void GLES2InterfaceStub::Uniform2iv(GLint /* location */, | 467 void GLES2InterfaceStub::Uniform2iv(GLint /* location */, |
345 GLsizei /* count */, | 468 GLsizei /* count */, |
346 const GLint* /* v */) {} | 469 const GLint* /* v */) { |
| 470 } |
347 void GLES2InterfaceStub::Uniform3f(GLint /* location */, | 471 void GLES2InterfaceStub::Uniform3f(GLint /* location */, |
348 GLfloat /* x */, | 472 GLfloat /* x */, |
349 GLfloat /* y */, | 473 GLfloat /* y */, |
350 GLfloat /* z */) {} | 474 GLfloat /* z */) { |
| 475 } |
351 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, | 476 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, |
352 GLsizei /* count */, | 477 GLsizei /* count */, |
353 const GLfloat* /* v */) {} | 478 const GLfloat* /* v */) { |
| 479 } |
354 void GLES2InterfaceStub::Uniform3i(GLint /* location */, | 480 void GLES2InterfaceStub::Uniform3i(GLint /* location */, |
355 GLint /* x */, | 481 GLint /* x */, |
356 GLint /* y */, | 482 GLint /* y */, |
357 GLint /* z */) {} | 483 GLint /* z */) { |
| 484 } |
358 void GLES2InterfaceStub::Uniform3iv(GLint /* location */, | 485 void GLES2InterfaceStub::Uniform3iv(GLint /* location */, |
359 GLsizei /* count */, | 486 GLsizei /* count */, |
360 const GLint* /* v */) {} | 487 const GLint* /* v */) { |
| 488 } |
361 void GLES2InterfaceStub::Uniform4f(GLint /* location */, | 489 void GLES2InterfaceStub::Uniform4f(GLint /* location */, |
362 GLfloat /* x */, | 490 GLfloat /* x */, |
363 GLfloat /* y */, | 491 GLfloat /* y */, |
364 GLfloat /* z */, | 492 GLfloat /* z */, |
365 GLfloat /* w */) {} | 493 GLfloat /* w */) { |
| 494 } |
366 void GLES2InterfaceStub::Uniform4fv(GLint /* location */, | 495 void GLES2InterfaceStub::Uniform4fv(GLint /* location */, |
367 GLsizei /* count */, | 496 GLsizei /* count */, |
368 const GLfloat* /* v */) {} | 497 const GLfloat* /* v */) { |
| 498 } |
369 void GLES2InterfaceStub::Uniform4i(GLint /* location */, | 499 void GLES2InterfaceStub::Uniform4i(GLint /* location */, |
370 GLint /* x */, | 500 GLint /* x */, |
371 GLint /* y */, | 501 GLint /* y */, |
372 GLint /* z */, | 502 GLint /* z */, |
373 GLint /* w */) {} | 503 GLint /* w */) { |
| 504 } |
374 void GLES2InterfaceStub::Uniform4iv(GLint /* location */, | 505 void GLES2InterfaceStub::Uniform4iv(GLint /* location */, |
375 GLsizei /* count */, | 506 GLsizei /* count */, |
376 const GLint* /* v */) {} | 507 const GLint* /* v */) { |
| 508 } |
377 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, | 509 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, |
378 GLsizei /* count */, | 510 GLsizei /* count */, |
379 GLboolean /* transpose */, | 511 GLboolean /* transpose */, |
380 const GLfloat* /* value */) {} | 512 const GLfloat* /* value */) { |
| 513 } |
381 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, | 514 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, |
382 GLsizei /* count */, | 515 GLsizei /* count */, |
383 GLboolean /* transpose */, | 516 GLboolean /* transpose */, |
384 const GLfloat* /* value */) {} | 517 const GLfloat* /* value */) { |
| 518 } |
385 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, | 519 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, |
386 GLsizei /* count */, | 520 GLsizei /* count */, |
387 GLboolean /* transpose */, | 521 GLboolean /* transpose */, |
388 const GLfloat* /* value */) {} | 522 const GLfloat* /* value */) { |
389 void GLES2InterfaceStub::UseProgram(GLuint /* program */) {} | 523 } |
390 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {} | 524 void GLES2InterfaceStub::UseProgram(GLuint /* program */) { |
391 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) {} | 525 } |
| 526 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) { |
| 527 } |
| 528 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) { |
| 529 } |
392 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, | 530 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, |
393 const GLfloat* /* values */) {} | 531 const GLfloat* /* values */) { |
| 532 } |
394 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, | 533 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, |
395 GLfloat /* x */, | 534 GLfloat /* x */, |
396 GLfloat /* y */) {} | 535 GLfloat /* y */) { |
| 536 } |
397 void GLES2InterfaceStub::VertexAttrib2fv(GLuint /* indx */, | 537 void GLES2InterfaceStub::VertexAttrib2fv(GLuint /* indx */, |
398 const GLfloat* /* values */) {} | 538 const GLfloat* /* values */) { |
| 539 } |
399 void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */, | 540 void GLES2InterfaceStub::VertexAttrib3f(GLuint /* indx */, |
400 GLfloat /* x */, | 541 GLfloat /* x */, |
401 GLfloat /* y */, | 542 GLfloat /* y */, |
402 GLfloat /* z */) {} | 543 GLfloat /* z */) { |
| 544 } |
403 void GLES2InterfaceStub::VertexAttrib3fv(GLuint /* indx */, | 545 void GLES2InterfaceStub::VertexAttrib3fv(GLuint /* indx */, |
404 const GLfloat* /* values */) {} | 546 const GLfloat* /* values */) { |
| 547 } |
405 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, | 548 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, |
406 GLfloat /* x */, | 549 GLfloat /* x */, |
407 GLfloat /* y */, | 550 GLfloat /* y */, |
408 GLfloat /* z */, | 551 GLfloat /* z */, |
409 GLfloat /* w */) {} | 552 GLfloat /* w */) { |
| 553 } |
410 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, | 554 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, |
411 const GLfloat* /* values */) {} | 555 const GLfloat* /* values */) { |
| 556 } |
412 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, | 557 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, |
413 GLint /* size */, | 558 GLint /* size */, |
414 GLenum /* type */, | 559 GLenum /* type */, |
415 GLboolean /* normalized */, | 560 GLboolean /* normalized */, |
416 GLsizei /* stride */, | 561 GLsizei /* stride */, |
417 const void* /* ptr */) {} | 562 const void* /* ptr */) { |
| 563 } |
418 void GLES2InterfaceStub::Viewport(GLint /* x */, | 564 void GLES2InterfaceStub::Viewport(GLint /* x */, |
419 GLint /* y */, | 565 GLint /* y */, |
420 GLsizei /* width */, | 566 GLsizei /* width */, |
421 GLsizei /* height */) {} | 567 GLsizei /* height */) { |
| 568 } |
422 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, | 569 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, |
423 GLint /* srcY0 */, | 570 GLint /* srcY0 */, |
424 GLint /* srcX1 */, | 571 GLint /* srcX1 */, |
425 GLint /* srcY1 */, | 572 GLint /* srcY1 */, |
426 GLint /* dstX0 */, | 573 GLint /* dstX0 */, |
427 GLint /* dstY0 */, | 574 GLint /* dstY0 */, |
428 GLint /* dstX1 */, | 575 GLint /* dstX1 */, |
429 GLint /* dstY1 */, | 576 GLint /* dstY1 */, |
430 GLbitfield /* mask */, | 577 GLbitfield /* mask */, |
431 GLenum /* filter */) {} | 578 GLenum /* filter */) { |
| 579 } |
432 void GLES2InterfaceStub::RenderbufferStorageMultisampleCHROMIUM( | 580 void GLES2InterfaceStub::RenderbufferStorageMultisampleCHROMIUM( |
433 GLenum /* target */, | 581 GLenum /* target */, |
434 GLsizei /* samples */, | 582 GLsizei /* samples */, |
435 GLenum /* internalformat */, | 583 GLenum /* internalformat */, |
436 GLsizei /* width */, | 584 GLsizei /* width */, |
437 GLsizei /* height */) {} | 585 GLsizei /* height */) { |
| 586 } |
438 void GLES2InterfaceStub::RenderbufferStorageMultisampleEXT( | 587 void GLES2InterfaceStub::RenderbufferStorageMultisampleEXT( |
439 GLenum /* target */, | 588 GLenum /* target */, |
440 GLsizei /* samples */, | 589 GLsizei /* samples */, |
441 GLenum /* internalformat */, | 590 GLenum /* internalformat */, |
442 GLsizei /* width */, | 591 GLsizei /* width */, |
443 GLsizei /* height */) {} | 592 GLsizei /* height */) { |
| 593 } |
444 void GLES2InterfaceStub::FramebufferTexture2DMultisampleEXT( | 594 void GLES2InterfaceStub::FramebufferTexture2DMultisampleEXT( |
445 GLenum /* target */, | 595 GLenum /* target */, |
446 GLenum /* attachment */, | 596 GLenum /* attachment */, |
447 GLenum /* textarget */, | 597 GLenum /* textarget */, |
448 GLuint /* texture */, | 598 GLuint /* texture */, |
449 GLint /* level */, | 599 GLint /* level */, |
450 GLsizei /* samples */) {} | 600 GLsizei /* samples */) { |
| 601 } |
451 void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */, | 602 void GLES2InterfaceStub::TexStorage2DEXT(GLenum /* target */, |
452 GLsizei /* levels */, | 603 GLsizei /* levels */, |
453 GLenum /* internalFormat */, | 604 GLenum /* internalFormat */, |
454 GLsizei /* width */, | 605 GLsizei /* width */, |
455 GLsizei /* height */) {} | 606 GLsizei /* height */) { |
| 607 } |
456 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { | 608 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { |
457 } | 609 } |
458 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, | 610 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, |
459 const GLuint* /* queries */) {} | 611 const GLuint* /* queries */) { |
460 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { return 0; } | 612 } |
461 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) {} | 613 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { |
462 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) {} | 614 return 0; |
| 615 } |
| 616 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { |
| 617 } |
| 618 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) { |
| 619 } |
463 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, | 620 void GLES2InterfaceStub::GetQueryivEXT(GLenum /* target */, |
464 GLenum /* pname */, | 621 GLenum /* pname */, |
465 GLint* /* params */) {} | 622 GLint* /* params */) { |
| 623 } |
466 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */, | 624 void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */, |
467 GLenum /* pname */, | 625 GLenum /* pname */, |
468 GLuint* /* params */) {} | 626 GLuint* /* params */) { |
| 627 } |
469 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */, | 628 void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */, |
470 const GLchar* /* marker */) {} | 629 const GLchar* /* marker */) { |
| 630 } |
471 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */, | 631 void GLES2InterfaceStub::PushGroupMarkerEXT(GLsizei /* length */, |
472 const GLchar* /* marker */) {} | 632 const GLchar* /* marker */) { |
473 void GLES2InterfaceStub::PopGroupMarkerEXT() {} | 633 } |
| 634 void GLES2InterfaceStub::PopGroupMarkerEXT() { |
| 635 } |
474 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, | 636 void GLES2InterfaceStub::GenVertexArraysOES(GLsizei /* n */, |
475 GLuint* /* arrays */) {} | 637 GLuint* /* arrays */) { |
| 638 } |
476 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */, | 639 void GLES2InterfaceStub::DeleteVertexArraysOES(GLsizei /* n */, |
477 const GLuint* /* arrays */) {} | 640 const GLuint* /* arrays */) { |
478 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) { return 0; } | 641 } |
479 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) {} | 642 GLboolean GLES2InterfaceStub::IsVertexArrayOES(GLuint /* array */) { |
480 void GLES2InterfaceStub::SwapBuffers() {} | 643 return 0; |
| 644 } |
| 645 void GLES2InterfaceStub::BindVertexArrayOES(GLuint /* array */) { |
| 646 } |
| 647 void GLES2InterfaceStub::SwapBuffers() { |
| 648 } |
481 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, | 649 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, |
482 GLsizei /* count */, | 650 GLsizei /* count */, |
483 GLenum /* type */, | 651 GLenum /* type */, |
484 GLuint /* offset */) { | 652 GLuint /* offset */) { |
485 return 0; | 653 return 0; |
486 } | 654 } |
487 void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, | 655 void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, |
488 GLuint /* id_offset */, | 656 GLuint /* id_offset */, |
489 GLsizei /* n */, | 657 GLsizei /* n */, |
490 GLuint* /* ids */) {} | 658 GLuint* /* ids */) { |
| 659 } |
491 void GLES2InterfaceStub::DeleteSharedIdsCHROMIUM(GLuint /* namespace_id */, | 660 void GLES2InterfaceStub::DeleteSharedIdsCHROMIUM(GLuint /* namespace_id */, |
492 GLsizei /* n */, | 661 GLsizei /* n */, |
493 const GLuint* /* ids */) {} | 662 const GLuint* /* ids */) { |
| 663 } |
494 void GLES2InterfaceStub::RegisterSharedIdsCHROMIUM(GLuint /* namespace_id */, | 664 void GLES2InterfaceStub::RegisterSharedIdsCHROMIUM(GLuint /* namespace_id */, |
495 GLsizei /* n */, | 665 GLsizei /* n */, |
496 const GLuint* /* ids */) {} | 666 const GLuint* /* ids */) { |
| 667 } |
497 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { | 668 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { |
498 return 0; | 669 return 0; |
499 } | 670 } |
500 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, | 671 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, |
501 GLenum /* access */) { | 672 GLenum /* access */) { |
502 return 0; | 673 return 0; |
503 } | 674 } |
504 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { | 675 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { |
505 return 0; | 676 return 0; |
506 } | 677 } |
507 void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */, | 678 void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */, |
508 GLenum /* access */) { | 679 GLenum /* access */) { |
509 return 0; | 680 return 0; |
510 } | 681 } |
511 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {} | 682 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) { |
| 683 } |
512 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, | 684 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, |
513 GLintptr /* offset */, | 685 GLintptr /* offset */, |
514 GLsizeiptr /* size */, | 686 GLsizeiptr /* size */, |
515 GLenum /* access */) { | 687 GLenum /* access */) { |
516 return 0; | 688 return 0; |
517 } | 689 } |
518 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {} | 690 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { |
| 691 } |
519 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, | 692 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, |
520 GLint /* level */, | 693 GLint /* level */, |
521 GLint /* xoffset */, | 694 GLint /* xoffset */, |
522 GLint /* yoffset */, | 695 GLint /* yoffset */, |
523 GLsizei /* width */, | 696 GLsizei /* width */, |
524 GLsizei /* height */, | 697 GLsizei /* height */, |
525 GLenum /* format */, | 698 GLenum /* format */, |
526 GLenum /* type */, | 699 GLenum /* type */, |
527 GLenum /* access */) { | 700 GLenum /* access */) { |
528 return 0; | 701 return 0; |
529 } | 702 } |
530 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) {} | 703 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { |
| 704 } |
531 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */, | 705 void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */, |
532 GLuint /* height */, | 706 GLuint /* height */, |
533 GLfloat /* scale_factor */) {} | 707 GLfloat /* scale_factor */) { |
| 708 } |
534 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { | 709 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { |
535 return 0; | 710 return 0; |
536 } | 711 } |
537 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { | 712 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { |
538 } | 713 } |
539 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {} | 714 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { |
| 715 } |
540 void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM(const GLenum* /* pnames */, | 716 void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM(const GLenum* /* pnames */, |
541 GLuint /* count */, | 717 GLuint /* count */, |
542 GLint* /* results */, | 718 GLint* /* results */, |
543 GLsizeiptr /* size */) {} | 719 GLsizeiptr /* size */) { |
| 720 } |
544 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, | 721 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, |
545 GLsizei /* bufsize */, | 722 GLsizei /* bufsize */, |
546 GLsizei* /* size */, | 723 GLsizei* /* size */, |
547 void* /* info */) {} | 724 void* /* info */) { |
| 725 } |
548 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { | 726 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
549 return 0; | 727 return 0; |
550 } | 728 } |
551 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */, | 729 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */, |
552 GLsizei /* height */, | 730 GLsizei /* height */, |
553 GLenum /* internalformat */) { | 731 GLenum /* internalformat */) { |
554 return 0; | 732 return 0; |
555 } | 733 } |
556 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} | 734 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { |
| 735 } |
557 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */, | 736 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */, |
558 GLenum /* pname */, | 737 GLenum /* pname */, |
559 GLint* /* params */) {} | 738 GLint* /* params */) { |
| 739 } |
560 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, | 740 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, |
561 GLsizei /* bufsize */, | 741 GLsizei /* bufsize */, |
562 GLsizei* /* length */, | 742 GLsizei* /* length */, |
563 char* /* source */) {} | 743 char* /* source */) { |
| 744 } |
564 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, | 745 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, |
565 GLint /* y */, | 746 GLint /* y */, |
566 GLint /* width */, | 747 GLint /* width */, |
567 GLint /* height */) {} | 748 GLint /* height */) { |
| 749 } |
568 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, | 750 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, |
569 GLsizei /* width */, | 751 GLsizei /* width */, |
570 GLsizei /* height */, | 752 GLsizei /* height */, |
571 GLuint /* ioSurfaceId */, | 753 GLuint /* ioSurfaceId */, |
572 GLuint /* plane */) {} | 754 GLuint /* plane */) { |
| 755 } |
573 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, | 756 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, |
574 GLenum /* source_id */, | 757 GLenum /* source_id */, |
575 GLenum /* dest_id */, | 758 GLenum /* dest_id */, |
576 GLint /* level */, | 759 GLint /* level */, |
577 GLint /* internalformat */, | 760 GLint /* internalformat */, |
578 GLenum /* dest_type */) {} | 761 GLenum /* dest_type */) { |
| 762 } |
579 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, | 763 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, |
580 GLint /* first */, | 764 GLint /* first */, |
581 GLsizei /* count */, | 765 GLsizei /* count */, |
582 GLsizei /* primcount */) {} | 766 GLsizei /* primcount */) { |
| 767 } |
583 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, | 768 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, |
584 GLsizei /* count */, | 769 GLsizei /* count */, |
585 GLenum /* type */, | 770 GLenum /* type */, |
586 const void* /* indices */, | 771 const void* /* indices */, |
587 GLsizei /* primcount */) {} | 772 GLsizei /* primcount */) { |
| 773 } |
588 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, | 774 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, |
589 GLuint /* divisor */) {} | 775 GLuint /* divisor */) { |
590 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {} | 776 } |
| 777 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) { |
| 778 } |
591 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */, | 779 void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */, |
592 const GLbyte* /* mailbox */) {} | 780 const GLbyte* /* mailbox */) { |
| 781 } |
593 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, | 782 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, |
594 const GLbyte* /* mailbox */) {} | 783 const GLbyte* /* mailbox */) { |
| 784 } |
595 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, | 785 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, |
596 GLint /* location */, | 786 GLint /* location */, |
597 const char* /* name */) {} | 787 const char* /* name */) { |
| 788 } |
598 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, | 789 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, |
599 GLint /* imageId */) {} | 790 GLint /* imageId */) { |
| 791 } |
600 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, | 792 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, |
601 GLint /* imageId */) {} | 793 GLint /* imageId */) { |
602 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) {} | 794 } |
603 void GLES2InterfaceStub::TraceEndCHROMIUM() {} | 795 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) { |
| 796 } |
| 797 void GLES2InterfaceStub::TraceEndCHROMIUM() { |
| 798 } |
604 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, | 799 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, |
605 GLint /* level */, | 800 GLint /* level */, |
606 GLint /* xoffset */, | 801 GLint /* xoffset */, |
607 GLint /* yoffset */, | 802 GLint /* yoffset */, |
608 GLsizei /* width */, | 803 GLsizei /* width */, |
609 GLsizei /* height */, | 804 GLsizei /* height */, |
610 GLenum /* format */, | 805 GLenum /* format */, |
611 GLenum /* type */, | 806 GLenum /* type */, |
612 const void* /* data */) {} | 807 const void* /* data */) { |
| 808 } |
613 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, | 809 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, |
614 GLint /* level */, | 810 GLint /* level */, |
615 GLint /* internalformat */, | 811 GLint /* internalformat */, |
616 GLsizei /* width */, | 812 GLsizei /* width */, |
617 GLsizei /* height */, | 813 GLsizei /* height */, |
618 GLint /* border */, | 814 GLint /* border */, |
619 GLenum /* format */, | 815 GLenum /* format */, |
620 GLenum /* type */, | 816 GLenum /* type */, |
621 const void* /* pixels */) {} | 817 const void* /* pixels */) { |
622 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) {} | 818 } |
623 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {} | 819 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) { |
| 820 } |
| 821 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() { |
| 822 } |
624 void GLES2InterfaceStub::DiscardFramebufferEXT( | 823 void GLES2InterfaceStub::DiscardFramebufferEXT( |
625 GLenum /* target */, | 824 GLenum /* target */, |
626 GLsizei /* count */, | 825 GLsizei /* count */, |
627 const GLenum* /* attachments */) {} | 826 const GLenum* /* attachments */) { |
| 827 } |
628 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, | 828 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, |
629 GLenum /* other */) {} | 829 GLenum /* other */) { |
630 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { return 0; } | 830 } |
631 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {} | 831 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { |
| 832 return 0; |
| 833 } |
| 834 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { |
| 835 } |
632 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */, | 836 void GLES2InterfaceStub::DrawBuffersEXT(GLsizei /* count */, |
633 const GLenum* /* bufs */) {} | 837 const GLenum* /* bufs */) { |
634 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {} | 838 } |
| 839 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() { |
| 840 } |
635 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM( | 841 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM( |
636 GLint /* plane_z_order */, | 842 GLint /* plane_z_order */, |
637 GLenum /* plane_transform */, | 843 GLenum /* plane_transform */, |
638 GLuint /* overlay_texture_id */, | 844 GLuint /* overlay_texture_id */, |
639 GLint /* bounds_x */, | 845 GLint /* bounds_x */, |
640 GLint /* bounds_y */, | 846 GLint /* bounds_y */, |
641 GLint /* bounds_width */, | 847 GLint /* bounds_width */, |
642 GLint /* bounds_height */, | 848 GLint /* bounds_height */, |
643 GLfloat /* uv_x */, | 849 GLfloat /* uv_x */, |
644 GLfloat /* uv_y */, | 850 GLfloat /* uv_y */, |
645 GLfloat /* uv_width */, | 851 GLfloat /* uv_width */, |
646 GLfloat /* uv_height */) {} | 852 GLfloat /* uv_height */) { |
| 853 } |
647 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 854 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |