OLD | NEW |
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_trace_implementation.h | 9 // This file is included by gles2_trace_implementation.h |
10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; | 281 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; |
282 virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; | 282 virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; |
283 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; | 283 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; |
284 virtual void* MapBufferSubDataCHROMIUM( | 284 virtual void* MapBufferSubDataCHROMIUM( |
285 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) OVERRIDE; | 285 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) OVERRIDE; |
286 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; | 286 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; |
287 virtual void* MapTexSubImage2DCHROMIUM( | 287 virtual void* MapTexSubImage2DCHROMIUM( |
288 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, | 288 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, |
289 GLsizei height, GLenum format, GLenum type, GLenum access) OVERRIDE; | 289 GLsizei height, GLenum format, GLenum type, GLenum access) OVERRIDE; |
290 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE; | 290 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE; |
291 virtual void ResizeCHROMIUM(GLuint width, GLuint height) OVERRIDE; | 291 virtual void ResizeCHROMIUM( |
| 292 GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE; |
292 virtual const GLchar* GetRequestableExtensionsCHROMIUM() OVERRIDE; | 293 virtual const GLchar* GetRequestableExtensionsCHROMIUM() OVERRIDE; |
293 virtual void RequestExtensionCHROMIUM(const char* extension) OVERRIDE; | 294 virtual void RequestExtensionCHROMIUM(const char* extension) OVERRIDE; |
294 virtual void RateLimitOffscreenContextCHROMIUM() OVERRIDE; | 295 virtual void RateLimitOffscreenContextCHROMIUM() OVERRIDE; |
295 virtual void GetMultipleIntegervCHROMIUM( | 296 virtual void GetMultipleIntegervCHROMIUM( |
296 const GLenum* pnames, GLuint count, GLint* results, | 297 const GLenum* pnames, GLuint count, GLint* results, |
297 GLsizeiptr size) OVERRIDE; | 298 GLsizeiptr size) OVERRIDE; |
298 virtual void GetProgramInfoCHROMIUM( | 299 virtual void GetProgramInfoCHROMIUM( |
299 GLuint program, GLsizei bufsize, GLsizei* size, void* info) OVERRIDE; | 300 GLuint program, GLsizei bufsize, GLsizei* size, void* info) OVERRIDE; |
300 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE; | 301 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE; |
301 virtual void DestroyStreamTextureCHROMIUM(GLuint texture) OVERRIDE; | 302 virtual void DestroyStreamTextureCHROMIUM(GLuint texture) OVERRIDE; |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 const void* pixels) OVERRIDE; | 341 const void* pixels) OVERRIDE; |
341 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE; | 342 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE; |
342 virtual void DiscardFramebufferEXT( | 343 virtual void DiscardFramebufferEXT( |
343 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE; | 344 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE; |
344 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; | 345 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; |
345 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; | 346 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; |
346 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; | 347 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; |
347 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; | 348 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; |
348 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 349 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
349 | 350 |
OLD | NEW |