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

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: Uploading again 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 GLuint /* index */, GLenum /* pname */, GLfloat* /* params */) { 252 GLuint /* index */, GLenum /* pname */, GLfloat* /* params */) {
253 } 253 }
254 void GLES2InterfaceStub::GetVertexAttribiv( 254 void GLES2InterfaceStub::GetVertexAttribiv(
255 GLuint /* index */, GLenum /* pname */, GLint* /* params */) { 255 GLuint /* index */, GLenum /* pname */, GLint* /* params */) {
256 } 256 }
257 void GLES2InterfaceStub::GetVertexAttribPointerv( 257 void GLES2InterfaceStub::GetVertexAttribPointerv(
258 GLuint /* index */, GLenum /* pname */, void** /* pointer */) { 258 GLuint /* index */, GLenum /* pname */, void** /* pointer */) {
259 } 259 }
260 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) { 260 void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {
261 } 261 }
262 void GLES2InterfaceStub::ImageBufferDataCHROMIUM(
263 GLenum /* target */, GLsizei /* width */, GLsizei /* height */) {
264 }
262 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { 265 GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) {
263 return 0; 266 return 0;
264 } 267 }
265 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) { 268 GLboolean GLES2InterfaceStub::IsEnabled(GLenum /* cap */) {
266 return 0; 269 return 0;
267 } 270 }
268 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) { 271 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) {
269 return 0; 272 return 0;
270 } 273 }
271 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) { 274 GLboolean GLES2InterfaceStub::IsProgram(GLuint /* program */) {
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 638 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
636 return 0; 639 return 0;
637 } 640 }
638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 641 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {
639 } 642 }
640 void GLES2InterfaceStub::DrawBuffersEXT( 643 void GLES2InterfaceStub::DrawBuffersEXT(
641 GLsizei /* count */, const GLenum* /* bufs */) { 644 GLsizei /* count */, const GLenum* /* bufs */) {
642 } 645 }
643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 646 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
644 647
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698