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

Side by Side Diff: gpu/demos/gles2_book/demo_texture_wrap.cc

Issue 3132017: GLES demos on PPAPI. (Closed)
Patch Set: Removed DEPS, they are already up to date. Created 10 years, 3 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
« no previous file with comments | « gpu/demos/gles2_book/demo_stencil_test.cc ('k') | gpu/demos/run_demo_ppapi.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 is an example that demonstrates the three texture 5 // This is an example that demonstrates the three texture
6 // wrap modes available on 2D textures. 6 // wrap modes available on 2D textures.
7 7
8 #include "gpu/demos/framework/demo_factory.h" 8 #include "gpu/demos/framework/demo_factory.h"
9 #include "gpu/demos/gles2_book/example.h" 9 #include "gpu/demos/gles2_book/example.h"
10 #include "third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h" 10 #include "third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h"
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 }; 25 };
26 } // namespace gles2_book 26 } // namespace gles2_book
27 27
28 Demo* CreateDemo() { 28 Demo* CreateDemo() {
29 return new gles2_book::TextureWrap(); 29 return new gles2_book::TextureWrap();
30 } 30 }
31 31
32 } // namespace demos 32 } // namespace demos
33 } // namespace gpu 33 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/demos/gles2_book/demo_stencil_test.cc ('k') | gpu/demos/run_demo_ppapi.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698