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

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

Issue 18492005: Add GL_EXT_multisampled_render_to_texture support to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved ahead to TOT Created 7 years, 5 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_implementation.h to declare the 9 // This file is included by gles2_implementation.h to declare the
10 // GL api functions. 10 // GL api functions.
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 378
379 virtual void BlitFramebufferEXT( 379 virtual void BlitFramebufferEXT(
380 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, 380 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,
381 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, 381 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask,
382 GLenum filter) OVERRIDE; 382 GLenum filter) OVERRIDE;
383 383
384 virtual void RenderbufferStorageMultisampleEXT( 384 virtual void RenderbufferStorageMultisampleEXT(
385 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, 385 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width,
386 GLsizei height) OVERRIDE; 386 GLsizei height) OVERRIDE;
387 387
388 virtual void FramebufferTexture2DMultisampleEXT(
389 GLenum target, GLenum attachment, GLenum textarget, GLuint texture,
390 GLint level, GLsizei samples) OVERRIDE;
391
388 virtual void TexStorage2DEXT( 392 virtual void TexStorage2DEXT(
389 GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, 393 GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width,
390 GLsizei height) OVERRIDE; 394 GLsizei height) OVERRIDE;
391 395
392 virtual void GenQueriesEXT(GLsizei n, GLuint* queries) OVERRIDE; 396 virtual void GenQueriesEXT(GLsizei n, GLuint* queries) OVERRIDE;
393 397
394 virtual void DeleteQueriesEXT(GLsizei n, const GLuint* queries) OVERRIDE; 398 virtual void DeleteQueriesEXT(GLsizei n, const GLuint* queries) OVERRIDE;
395 399
396 virtual GLboolean IsQueryEXT(GLuint id) OVERRIDE; 400 virtual GLboolean IsQueryEXT(GLuint id) OVERRIDE;
397 401
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; 546 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
543 547
544 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; 548 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
545 549
546 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; 550 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
547 551
548 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; 552 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE;
549 553
550 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 554 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
551 555
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698