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

Side by Side Diff: gpu/command_buffer/common/gles2_cmd_format_test.cc

Issue 436017: Branched gpu process and command buffer code into Chrome tree. Fixed up paths... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 contains unit tests for gles2 commmands 5 // This file contains unit tests for gles2 commmands
6 6
7 #include "tests/common/win/testing_common.h" 7 #include "testing/gtest/include/gtest/gtest.h"
8 #include "gpu/command_buffer/common/gles2_cmd_format.h" 8 #include "gpu/command_buffer/common/gles2_cmd_format.h"
9 9
10 namespace command_buffer { 10 namespace command_buffer {
11 namespace gles2 { 11 namespace gles2 {
12 12
13 #include "gpu/command_buffer/common/gles2_cmd_format_test_autogen.h" 13 #include "gpu/command_buffer/common/gles2_cmd_format_test_autogen.h"
14 14
15 } // namespace gles2 15 } // namespace gles2
16 } // namespace command_buffer 16 } // namespace command_buffer
17 17
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/fenced_allocator_test.cc ('k') | gpu/command_buffer/common/gles2_cmd_id_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698