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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 GLuint* ids) OVERRIDE; | 405 GLuint* ids) OVERRIDE; |
406 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, | 406 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, |
407 GLsizei n, | 407 GLsizei n, |
408 const GLuint* ids) OVERRIDE; | 408 const GLuint* ids) OVERRIDE; |
409 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id, | 409 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id, |
410 GLsizei n, | 410 GLsizei n, |
411 const GLuint* ids) OVERRIDE; | 411 const GLuint* ids) OVERRIDE; |
412 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) OVERRIDE; | 412 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) OVERRIDE; |
413 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; | 413 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; |
414 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; | 414 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; |
415 virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; | 415 virtual void* MapImageCHROMIUM(GLuint image_id) OVERRIDE; |
416 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; | 416 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; |
417 virtual void* MapBufferSubDataCHROMIUM(GLuint target, | 417 virtual void* MapBufferSubDataCHROMIUM(GLuint target, |
418 GLintptr offset, | 418 GLintptr offset, |
419 GLsizeiptr size, | 419 GLsizeiptr size, |
420 GLenum access) OVERRIDE; | 420 GLenum access) OVERRIDE; |
421 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; | 421 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; |
422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target, | 422 virtual void* MapTexSubImage2DCHROMIUM(GLenum target, |
423 GLint level, | 423 GLint level, |
424 GLint xoffset, | 424 GLint xoffset, |
425 GLint yoffset, | 425 GLint yoffset, |
(...skipping 13 matching lines...) Expand all Loading... |
439 GLuint count, | 439 GLuint count, |
440 GLint* results, | 440 GLint* results, |
441 GLsizeiptr size) OVERRIDE; | 441 GLsizeiptr size) OVERRIDE; |
442 virtual void GetProgramInfoCHROMIUM(GLuint program, | 442 virtual void GetProgramInfoCHROMIUM(GLuint program, |
443 GLsizei bufsize, | 443 GLsizei bufsize, |
444 GLsizei* size, | 444 GLsizei* size, |
445 void* info) OVERRIDE; | 445 void* info) OVERRIDE; |
446 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE; | 446 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE; |
447 virtual GLuint CreateImageCHROMIUM(GLsizei width, | 447 virtual GLuint CreateImageCHROMIUM(GLsizei width, |
448 GLsizei height, | 448 GLsizei height, |
449 GLenum internalformat) OVERRIDE; | 449 GLenum internalformat, |
| 450 GLenum usage) OVERRIDE; |
450 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE; | 451 virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE; |
451 virtual void GetImageParameterivCHROMIUM(GLuint image_id, | 452 virtual void GetImageParameterivCHROMIUM(GLuint image_id, |
452 GLenum pname, | 453 GLenum pname, |
453 GLint* params) OVERRIDE; | 454 GLint* params) OVERRIDE; |
454 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, | 455 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, |
455 GLsizei bufsize, | 456 GLsizei bufsize, |
456 GLsizei* length, | 457 GLsizei* length, |
457 char* source) OVERRIDE; | 458 char* source) OVERRIDE; |
458 virtual void PostSubBufferCHROMIUM(GLint x, | 459 virtual void PostSubBufferCHROMIUM(GLint x, |
459 GLint y, | 460 GLint y, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 GLuint overlay_texture_id, | 526 GLuint overlay_texture_id, |
526 GLint bounds_x, | 527 GLint bounds_x, |
527 GLint bounds_y, | 528 GLint bounds_y, |
528 GLint bounds_width, | 529 GLint bounds_width, |
529 GLint bounds_height, | 530 GLint bounds_height, |
530 GLfloat uv_x, | 531 GLfloat uv_x, |
531 GLfloat uv_y, | 532 GLfloat uv_y, |
532 GLfloat uv_width, | 533 GLfloat uv_width, |
533 GLfloat uv_height) OVERRIDE; | 534 GLfloat uv_height) OVERRIDE; |
534 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 535 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |