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

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

Issue 299043003: Adding bindless variants mailbox produce/consume (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test fix for windows Created 6 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 | Annotate | Revision Log
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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 GLsizei primcount) OVERRIDE; 477 GLsizei primcount) OVERRIDE;
478 virtual void DrawElementsInstancedANGLE(GLenum mode, 478 virtual void DrawElementsInstancedANGLE(GLenum mode,
479 GLsizei count, 479 GLsizei count,
480 GLenum type, 480 GLenum type,
481 const void* indices, 481 const void* indices,
482 GLsizei primcount) OVERRIDE; 482 GLsizei primcount) OVERRIDE;
483 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) OVERRIDE; 483 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) OVERRIDE;
484 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE; 484 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
485 virtual void ProduceTextureCHROMIUM(GLenum target, 485 virtual void ProduceTextureCHROMIUM(GLenum target,
486 const GLbyte* mailbox) OVERRIDE; 486 const GLbyte* mailbox) OVERRIDE;
487 virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
488 GLenum target,
489 const GLbyte* mailbox) OVERRIDE;
487 virtual void ConsumeTextureCHROMIUM(GLenum target, 490 virtual void ConsumeTextureCHROMIUM(GLenum target,
488 const GLbyte* mailbox) OVERRIDE; 491 const GLbyte* mailbox) OVERRIDE;
492 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
493 const GLbyte* mailbox) OVERRIDE;
489 virtual void BindUniformLocationCHROMIUM(GLuint program, 494 virtual void BindUniformLocationCHROMIUM(GLuint program,
490 GLint location, 495 GLint location,
491 const char* name) OVERRIDE; 496 const char* name) OVERRIDE;
492 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) OVERRIDE; 497 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) OVERRIDE;
493 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) OVERRIDE; 498 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) OVERRIDE;
494 virtual void TraceBeginCHROMIUM(const char* name) OVERRIDE; 499 virtual void TraceBeginCHROMIUM(const char* name) OVERRIDE;
495 virtual void TraceEndCHROMIUM() OVERRIDE; 500 virtual void TraceEndCHROMIUM() OVERRIDE;
496 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target, 501 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target,
497 GLint level, 502 GLint level,
498 GLint xoffset, 503 GLint xoffset,
(...skipping 27 matching lines...) Expand all
526 GLuint overlay_texture_id, 531 GLuint overlay_texture_id,
527 GLint bounds_x, 532 GLint bounds_x,
528 GLint bounds_y, 533 GLint bounds_y,
529 GLint bounds_width, 534 GLint bounds_width,
530 GLint bounds_height, 535 GLint bounds_height,
531 GLfloat uv_x, 536 GLfloat uv_x,
532 GLfloat uv_y, 537 GLfloat uv_y,
533 GLfloat uv_width, 538 GLfloat uv_width,
534 GLfloat uv_height) OVERRIDE; 539 GLfloat uv_height) OVERRIDE;
535 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 540 #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