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 |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 EXPECT_EQ(GL_NO_ERROR, GetGLError()); | 211 EXPECT_EQ(GL_NO_ERROR, GetGLError()); |
212 } | 212 } |
213 // TODO(gman): GenVertexArraysOESImmediate | 213 // TODO(gman): GenVertexArraysOESImmediate |
214 // TODO(gman): DeleteVertexArraysOESImmediate | 214 // TODO(gman): DeleteVertexArraysOESImmediate |
215 // TODO(gman): IsVertexArrayOES | 215 // TODO(gman): IsVertexArrayOES |
216 // TODO(gman): BindVertexArrayOES | 216 // TODO(gman): BindVertexArrayOES |
217 // TODO(gman): SwapBuffers | 217 // TODO(gman): SwapBuffers |
218 // TODO(gman): GetMaxValueInBufferCHROMIUM | 218 // TODO(gman): GetMaxValueInBufferCHROMIUM |
219 // TODO(gman): EnableFeatureCHROMIUM | 219 // TODO(gman): EnableFeatureCHROMIUM |
220 | 220 |
| 221 // TODO(gman): MapBufferRange |
| 222 |
| 223 // TODO(gman): UnmapBuffer |
| 224 |
221 // TODO(gman): ResizeCHROMIUM | 225 // TODO(gman): ResizeCHROMIUM |
222 // TODO(gman): GetRequestableExtensionsCHROMIUM | 226 // TODO(gman): GetRequestableExtensionsCHROMIUM |
223 | 227 |
224 // TODO(gman): RequestExtensionCHROMIUM | 228 // TODO(gman): RequestExtensionCHROMIUM |
225 | 229 |
226 // TODO(gman): GetProgramInfoCHROMIUM | 230 // TODO(gman): GetProgramInfoCHROMIUM |
227 | 231 |
228 // TODO(gman): GetUniformBlocksCHROMIUM | 232 // TODO(gman): GetUniformBlocksCHROMIUM |
229 | 233 |
230 // TODO(gman): GetTransformFeedbackVaryingsCHROMIUM | 234 // TODO(gman): GetTransformFeedbackVaryingsCHROMIUM |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 // TODO(gman): InsertSyncPointCHROMIUM | 292 // TODO(gman): InsertSyncPointCHROMIUM |
289 | 293 |
290 // TODO(gman): WaitSyncPointCHROMIUM | 294 // TODO(gman): WaitSyncPointCHROMIUM |
291 | 295 |
292 // TODO(gman): DrawBuffersEXTImmediate | 296 // TODO(gman): DrawBuffersEXTImmediate |
293 // TODO(gman): DiscardBackbufferCHROMIUM | 297 // TODO(gman): DiscardBackbufferCHROMIUM |
294 | 298 |
295 // TODO(gman): ScheduleOverlayPlaneCHROMIUM | 299 // TODO(gman): ScheduleOverlayPlaneCHROMIUM |
296 // TODO(gman): SwapInterval | 300 // TODO(gman): SwapInterval |
297 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_3_AUTOGEN_H_ | 301 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_3_AUTOGEN_H_ |
OLD | NEW |