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

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

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: More code reviews Created 7 years, 7 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 void GLES2InterfaceStub::CopyTexImage2D( 85 void GLES2InterfaceStub::CopyTexImage2D(
86 GLenum /* target */, GLint /* level */, GLenum /* internalformat */, 86 GLenum /* target */, GLint /* level */, GLenum /* internalformat */,
87 GLint /* x */, GLint /* y */, GLsizei /* width */, GLsizei /* height */, 87 GLint /* x */, GLint /* y */, GLsizei /* width */, GLsizei /* height */,
88 GLint /* border */) { 88 GLint /* border */) {
89 } 89 }
90 void GLES2InterfaceStub::CopyTexSubImage2D( 90 void GLES2InterfaceStub::CopyTexSubImage2D(
91 GLenum /* target */, GLint /* level */, GLint /* xoffset */, 91 GLenum /* target */, GLint /* level */, GLint /* xoffset */,
92 GLint /* yoffset */, GLint /* x */, GLint /* y */, GLsizei /* width */, 92 GLint /* yoffset */, GLint /* x */, GLint /* y */, GLsizei /* width */,
93 GLsizei /* height */) { 93 GLsizei /* height */) {
94 } 94 }
95 void GLES2InterfaceStub::CreateGpuMemoryBuffer2DCHROMIUM(
96 GLuint /* image_id */, GLsizei /* width */, GLsizei /* height */) {
97 }
95 GLuint GLES2InterfaceStub::CreateProgram() { 98 GLuint GLES2InterfaceStub::CreateProgram() {
96 return 0; 99 return 0;
97 } 100 }
98 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) { 101 GLuint GLES2InterfaceStub::CreateShader(GLenum /* type */) {
99 return 0; 102 return 0;
100 } 103 }
101 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { 104 void GLES2InterfaceStub::CullFace(GLenum /* mode */) {
102 } 105 }
103 void GLES2InterfaceStub::DeleteBuffers( 106 void GLES2InterfaceStub::DeleteBuffers(
104 GLsizei /* n */, const GLuint* /* buffers */) { 107 GLsizei /* n */, const GLuint* /* buffers */) {
105 } 108 }
106 void GLES2InterfaceStub::DeleteFramebuffers( 109 void GLES2InterfaceStub::DeleteFramebuffers(
107 GLsizei /* n */, const GLuint* /* framebuffers */) { 110 GLsizei /* n */, const GLuint* /* framebuffers */) {
108 } 111 }
112 void GLES2InterfaceStub::DeleteImageBuffers(
113 GLsizei /* n */, const GLuint* /* imagebuffers */) {
114 }
109 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { 115 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) {
110 } 116 }
111 void GLES2InterfaceStub::DeleteRenderbuffers( 117 void GLES2InterfaceStub::DeleteRenderbuffers(
112 GLsizei /* n */, const GLuint* /* renderbuffers */) { 118 GLsizei /* n */, const GLuint* /* renderbuffers */) {
113 } 119 }
114 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) { 120 void GLES2InterfaceStub::DeleteShader(GLuint /* shader */) {
115 } 121 }
116 void GLES2InterfaceStub::DeleteTextures( 122 void GLES2InterfaceStub::DeleteTextures(
117 GLsizei /* n */, const GLuint* /* textures */) { 123 GLsizei /* n */, const GLuint* /* textures */) {
118 } 124 }
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 } 163 }
158 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) { 164 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) {
159 } 165 }
160 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) { 166 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) {
161 } 167 }
162 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) { 168 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) {
163 } 169 }
164 void GLES2InterfaceStub::GenFramebuffers( 170 void GLES2InterfaceStub::GenFramebuffers(
165 GLsizei /* n */, GLuint* /* framebuffers */) { 171 GLsizei /* n */, GLuint* /* framebuffers */) {
166 } 172 }
173 void GLES2InterfaceStub::GenImageBuffers(
174 GLsizei /* n */, GLuint* /* imagebuffers */) {
175 }
167 void GLES2InterfaceStub::GenRenderbuffers( 176 void GLES2InterfaceStub::GenRenderbuffers(
168 GLsizei /* n */, GLuint* /* renderbuffers */) { 177 GLsizei /* n */, GLuint* /* renderbuffers */) {
169 } 178 }
170 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) { 179 void GLES2InterfaceStub::GenTextures(GLsizei /* n */, GLuint* /* textures */) {
171 } 180 }
172 void GLES2InterfaceStub::GetActiveAttrib( 181 void GLES2InterfaceStub::GetActiveAttrib(
173 GLuint /* program */, GLuint /* index */, GLsizei /* bufsize */, 182 GLuint /* program */, GLuint /* index */, GLsizei /* bufsize */,
174 GLsizei* /* length */, GLint* /* size */, GLenum* /* type */, 183 GLsizei* /* length */, GLint* /* size */, GLenum* /* type */,
175 char* /* name */) { 184 char* /* name */) {
176 } 185 }
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 644 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
636 return 0; 645 return 0;
637 } 646 }
638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 647 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {
639 } 648 }
640 void GLES2InterfaceStub::DrawBuffersEXT( 649 void GLES2InterfaceStub::DrawBuffersEXT(
641 GLsizei /* count */, const GLenum* /* bufs */) { 650 GLsizei /* count */, const GLenum* /* bufs */) {
642 } 651 }
643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 652 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
644 653
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698