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

Unified Diff: ppapi/c/ppb_opengles2.h

Issue 189373003: Get rid of the formatting code in build_gles2_cmd_buffer.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/dev/ppb_opengles2ext_dev.h ('k') | ppapi/lib/gl/gles2/gles2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_opengles2.h
diff --git a/ppapi/c/ppb_opengles2.h b/ppapi/c/ppb_opengles2.h
index d689d53538c378244afcd9984170748e4c9ef8c9..c58ca297a676373011ae122dcaca5fa7bea388dc 100644
--- a/ppapi/c/ppb_opengles2.h
+++ b/ppapi/c/ppb_opengles2.h
@@ -502,9 +502,9 @@ struct PPB_OpenGLES2 {
};
#define PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0 \
- "PPB_OpenGLES2InstancedArrays;1.0" // NOLINT
+ "PPB_OpenGLES2InstancedArrays;1.0"
#define PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE \
- PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0 // NOLINT
+ PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0
struct PPB_OpenGLES2InstancedArrays {
void (*DrawArraysInstancedANGLE)(PP_Resource context,
@@ -524,9 +524,9 @@ struct PPB_OpenGLES2InstancedArrays {
};
#define PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE_1_0 \
- "PPB_OpenGLES2FramebufferBlit;1.0" // NOLINT
+ "PPB_OpenGLES2FramebufferBlit;1.0"
#define PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE \
- PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE_1_0 // NOLINT
+ PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE_1_0
struct PPB_OpenGLES2FramebufferBlit {
void (*BlitFramebufferEXT)(PP_Resource context,
@@ -543,9 +543,9 @@ struct PPB_OpenGLES2FramebufferBlit {
};
#define PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE_1_0 \
- "PPB_OpenGLES2FramebufferMultisample;1.0" // NOLINT
+ "PPB_OpenGLES2FramebufferMultisample;1.0"
#define PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE \
- PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE_1_0 // NOLINT
+ PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE_1_0
struct PPB_OpenGLES2FramebufferMultisample {
void (*RenderbufferStorageMultisampleEXT)(PP_Resource context,
@@ -557,18 +557,18 @@ struct PPB_OpenGLES2FramebufferMultisample {
};
#define PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE_1_0 \
- "PPB_OpenGLES2ChromiumEnableFeature;1.0" // NOLINT
+ "PPB_OpenGLES2ChromiumEnableFeature;1.0"
#define PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE \
- PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE_1_0 // NOLINT
+ PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE_1_0
struct PPB_OpenGLES2ChromiumEnableFeature {
GLboolean (*EnableFeatureCHROMIUM)(PP_Resource context, const char* feature);
};
#define PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE_1_0 \
- "PPB_OpenGLES2ChromiumMapSub;1.0" // NOLINT
+ "PPB_OpenGLES2ChromiumMapSub;1.0"
#define PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE \
- PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE_1_0 // NOLINT
+ PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE_1_0
struct PPB_OpenGLES2ChromiumMapSub {
void* (*MapBufferSubDataCHROMIUM)(PP_Resource context,
« no previous file with comments | « ppapi/c/dev/ppb_opengles2ext_dev.h ('k') | ppapi/lib/gl/gles2/gles2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698