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

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

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years 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
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override; 522 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override;
523 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override; 523 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
524 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override; 524 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
525 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; 525 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
526 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 526 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
527 void UniformValuebufferCHROMIUM(GLint location, 527 void UniformValuebufferCHROMIUM(GLint location,
528 GLenum target, 528 GLenum target,
529 GLenum subscription) override; 529 GLenum subscription) override;
530 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 530 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
531 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 531 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
532 void TraceBeginCHROMIUM(const char* name) override; 532 void TraceBeginCHROMIUM(const char* category_name,
533 const char* trace_name) override;
533 void TraceEndCHROMIUM() override; 534 void TraceEndCHROMIUM() override;
534 void AsyncTexSubImage2DCHROMIUM(GLenum target, 535 void AsyncTexSubImage2DCHROMIUM(GLenum target,
535 GLint level, 536 GLint level,
536 GLint xoffset, 537 GLint xoffset,
537 GLint yoffset, 538 GLint yoffset,
538 GLsizei width, 539 GLsizei width,
539 GLsizei height, 540 GLsizei height,
540 GLenum format, 541 GLenum format,
541 GLenum type, 542 GLenum type,
542 const void* data) override; 543 const void* data) override;
(...skipping 20 matching lines...) Expand all
563 GLenum plane_transform, 564 GLenum plane_transform,
564 GLuint overlay_texture_id, 565 GLuint overlay_texture_id,
565 GLint bounds_x, 566 GLint bounds_x,
566 GLint bounds_y, 567 GLint bounds_y,
567 GLint bounds_width, 568 GLint bounds_width,
568 GLint bounds_height, 569 GLint bounds_height,
569 GLfloat uv_x, 570 GLfloat uv_x,
570 GLfloat uv_y, 571 GLfloat uv_y,
571 GLfloat uv_width, 572 GLfloat uv_width,
572 GLfloat uv_height) override; 573 GLfloat uv_height) override;
574 void SwapInterval(GLint interval) override;
573 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 575 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
574 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 576 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
575 void BlendBarrierKHR() override; 577 void BlendBarrierKHR() override;
576 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 578 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698