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

Side by Side Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h

Issue 8772033: Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // It is included by gles2_cmd_decoder_unittest_2.cc 9 // It is included by gles2_cmd_decoder_unittest_2.cc
10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ 10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 TEST_F(GLES2DecoderTest2, ViewportInvalidArgs3_0) { 1689 TEST_F(GLES2DecoderTest2, ViewportInvalidArgs3_0) {
1690 EXPECT_CALL(*gl_, Viewport(_, _, _, _)).Times(0); 1690 EXPECT_CALL(*gl_, Viewport(_, _, _, _)).Times(0);
1691 SpecializedSetup<Viewport, 0>(false); 1691 SpecializedSetup<Viewport, 0>(false);
1692 Viewport cmd; 1692 Viewport cmd;
1693 cmd.Init(1, 2, 3, -1); 1693 cmd.Init(1, 2, 3, -1);
1694 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd)); 1694 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
1695 EXPECT_EQ(GL_INVALID_VALUE, GetGLError()); 1695 EXPECT_EQ(GL_INVALID_VALUE, GetGLError());
1696 } 1696 }
1697 // TODO(gman): BlitFramebufferEXT 1697 // TODO(gman): BlitFramebufferEXT
1698 // TODO(gman): RenderbufferStorageMultisampleEXT 1698 // TODO(gman): RenderbufferStorageMultisampleEXT
1699 // TODO(gman): TexStorage2DEXT
1699 // TODO(gman): SwapBuffers 1700 // TODO(gman): SwapBuffers
1700 // TODO(gman): GetMaxValueInBufferCHROMIUM 1701 // TODO(gman): GetMaxValueInBufferCHROMIUM
1701 // TODO(gman): GenSharedIdsCHROMIUM 1702 // TODO(gman): GenSharedIdsCHROMIUM
1702 1703
1703 // TODO(gman): DeleteSharedIdsCHROMIUM 1704 // TODO(gman): DeleteSharedIdsCHROMIUM
1704 1705
1705 // TODO(gman): RegisterSharedIdsCHROMIUM 1706 // TODO(gman): RegisterSharedIdsCHROMIUM
1706 1707
1707 // TODO(gman): EnableFeatureCHROMIUM 1708 // TODO(gman): EnableFeatureCHROMIUM
1708 1709
1709 // TODO(gman): ResizeCHROMIUM 1710 // TODO(gman): ResizeCHROMIUM
1710 // TODO(gman): GetRequestableExtensionsCHROMIUM 1711 // TODO(gman): GetRequestableExtensionsCHROMIUM
1711 1712
1712 // TODO(gman): RequestExtensionCHROMIUM 1713 // TODO(gman): RequestExtensionCHROMIUM
1713 1714
1714 // TODO(gman): GetMultipleIntegervCHROMIUM 1715 // TODO(gman): GetMultipleIntegervCHROMIUM
1715 1716
1716 // TODO(gman): GetProgramInfoCHROMIUM
1717
1718 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ 1717 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_
1719 1718
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698