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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_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.h. 9 // This file is included by gles2_interface_stub.h.
10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 virtual void GetUniformiv( 132 virtual void GetUniformiv(
133 GLuint program, GLint location, GLint* params) OVERRIDE; 133 GLuint program, GLint location, GLint* params) OVERRIDE;
134 virtual GLint GetUniformLocation(GLuint program, const char* name) OVERRIDE; 134 virtual GLint GetUniformLocation(GLuint program, const char* name) OVERRIDE;
135 virtual void GetVertexAttribfv( 135 virtual void GetVertexAttribfv(
136 GLuint index, GLenum pname, GLfloat* params) OVERRIDE; 136 GLuint index, GLenum pname, GLfloat* params) OVERRIDE;
137 virtual void GetVertexAttribiv( 137 virtual void GetVertexAttribiv(
138 GLuint index, GLenum pname, GLint* params) OVERRIDE; 138 GLuint index, GLenum pname, GLint* params) OVERRIDE;
139 virtual void GetVertexAttribPointerv( 139 virtual void GetVertexAttribPointerv(
140 GLuint index, GLenum pname, void** pointer) OVERRIDE; 140 GLuint index, GLenum pname, void** pointer) OVERRIDE;
141 virtual void Hint(GLenum target, GLenum mode) OVERRIDE; 141 virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
142 virtual void ImageBufferDataCHROMIUM(
143 GLenum target, GLsizei width, GLsizei height) OVERRIDE;
142 virtual GLboolean IsBuffer(GLuint buffer) OVERRIDE; 144 virtual GLboolean IsBuffer(GLuint buffer) OVERRIDE;
143 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE; 145 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE;
144 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE; 146 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
145 virtual GLboolean IsProgram(GLuint program) OVERRIDE; 147 virtual GLboolean IsProgram(GLuint program) OVERRIDE;
146 virtual GLboolean IsRenderbuffer(GLuint renderbuffer) OVERRIDE; 148 virtual GLboolean IsRenderbuffer(GLuint renderbuffer) OVERRIDE;
147 virtual GLboolean IsShader(GLuint shader) OVERRIDE; 149 virtual GLboolean IsShader(GLuint shader) OVERRIDE;
148 virtual GLboolean IsTexture(GLuint texture) OVERRIDE; 150 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
149 virtual void LineWidth(GLfloat width) OVERRIDE; 151 virtual void LineWidth(GLfloat width) OVERRIDE;
150 virtual void LinkProgram(GLuint program) OVERRIDE; 152 virtual void LinkProgram(GLuint program) OVERRIDE;
151 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE; 153 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 const void* pixels) OVERRIDE; 335 const void* pixels) OVERRIDE;
334 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE; 336 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE;
335 virtual void DiscardFramebufferEXT( 337 virtual void DiscardFramebufferEXT(
336 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE; 338 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE;
337 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; 339 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
338 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; 340 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
339 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; 341 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
340 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; 342 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE;
341 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 343 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
342 344
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698