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

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

Issue 13613006: Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase the patch and solve the merge conflict issue Created 7 years, 8 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // DO NOT EDIT! 7 // DO NOT EDIT!
8 8
9 // This file is included by gles2_interface_stub.cc. 9 // This file is included by gles2_interface_stub.cc.
10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 } 572 }
573 void GLES2InterfaceStub::PostSubBufferCHROMIUM( 573 void GLES2InterfaceStub::PostSubBufferCHROMIUM(
574 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { 574 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) {
575 } 575 }
576 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( 576 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(
577 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, 577 GLenum /* target */, GLsizei /* width */, GLsizei /* height */,
578 GLuint /* ioSurfaceId */, GLuint /* plane */) { 578 GLuint /* ioSurfaceId */, GLuint /* plane */) {
579 } 579 }
580 void GLES2InterfaceStub::CopyTextureCHROMIUM( 580 void GLES2InterfaceStub::CopyTextureCHROMIUM(
581 GLenum /* target */, GLenum /* source_id */, GLenum /* dest_id */, 581 GLenum /* target */, GLenum /* source_id */, GLenum /* dest_id */,
582 GLint /* level */, GLint /* internalformat */) { 582 GLint /* level */, GLint /* internalformat */, GLenum /* dest_type */) {
583 } 583 }
584 void GLES2InterfaceStub::DrawArraysInstancedANGLE( 584 void GLES2InterfaceStub::DrawArraysInstancedANGLE(
585 GLenum /* mode */, GLint /* first */, GLsizei /* count */, 585 GLenum /* mode */, GLint /* first */, GLsizei /* count */,
586 GLsizei /* primcount */) { 586 GLsizei /* primcount */) {
587 } 587 }
588 void GLES2InterfaceStub::DrawElementsInstancedANGLE( 588 void GLES2InterfaceStub::DrawElementsInstancedANGLE(
589 GLenum /* mode */, GLsizei /* count */, GLenum /* type */, 589 GLenum /* mode */, GLsizei /* count */, GLenum /* type */,
590 const void* /* indices */, GLsizei /* primcount */) { 590 const void* /* indices */, GLsizei /* primcount */) {
591 } 591 }
592 void GLES2InterfaceStub::VertexAttribDivisorANGLE( 592 void GLES2InterfaceStub::VertexAttribDivisorANGLE(
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
636 return 0; 636 return 0;
637 } 637 }
638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {
639 } 639 }
640 void GLES2InterfaceStub::DrawBuffersEXT( 640 void GLES2InterfaceStub::DrawBuffersEXT(
641 GLsizei /* count */, const GLenum* /* bufs */) { 641 GLsizei /* count */, const GLenum* /* bufs */) {
642 } 642 }
643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
644 644
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698