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

Side by Side Diff: cc/stubs/Extensions3D.h

Issue 10828381: libcc and webkit_compositor targets + stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slightly better scripts and updated README Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef CC_STUBS_EXTENSIONS3D_H_
2 #define CC_STUBS_EXTENSIONS3D_H_
3
4 #include "third_party/khronos/GLES2/gl2.h"
5 #include "third_party/khronos/GLES2/gl2ext.h"
6
7 namespace WebCore {
8
9 class Extensions3D {
10 public:
11 enum {
12 TEXTURE_RECTANGLE_ARB = GL_TEXTURE_RECTANGLE_ARB,
13 BGRA_EXT = GL_BGRA_EXT,
14 RGBA8_OES = GL_RGBA8_OES,
15 };
16 };
17
18 }
19
20
21 #endif // CC_STUBS_EXTENSIONS3D_H_
22
OLDNEW
« no previous file with comments | « cc/copyfiles.py ('k') | cc/stubs/Extensions3DChromium.h » ('j') | cc/test/RunAllTests.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698