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

Side by Side Diff: gpu/demos/gles2_book/demo_stencil_test.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
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 example shows various stencil buffer operations. 5 // This example shows various stencil buffer operations.
6 6
7 #include "gpu/demos/framework/demo_factory.h" 7 #include "gpu/demos/framework/demo_factory.h"
8 #include "gpu/demos/gles2_book/example.h" 8 #include "gpu/demos/gles2_book/example.h"
9 #include "third_party/gles2_book/Chapter_11/Stencil_Test/Stencil_Test.h" 9 #include "third_party/gles2_book/Chapter_11/Stencil_Test/Stencil_Test.h"
10 10
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 }; 24 };
25 } // namespace gles2_book 25 } // namespace gles2_book
26 26
27 Demo* CreateDemo() { 27 Demo* CreateDemo() {
28 return new gles2_book::StencilTest(); 28 return new gles2_book::StencilTest();
29 } 29 }
30 30
31 } // namespace demos 31 } // namespace demos
32 } // namespace gpu 32 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/demos/gles2_book/demo_simple_vertex_shader.cc ('k') | gpu/demos/gles2_book/demo_texture_wrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698