Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 349e3c4a18239409315353fece23c6e552ebf953..d4eaaf67b855503606c90429183c44b5e97d304b 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -879,4 +879,12 @@ |
/* ARM specific define for MSAA support on framebuffer fetch */ |
#define GR_GL_FETCH_PER_SAMPLE_ARM 0x8F65 |
+/* GL_EXT_raster_multisample */ |
+#define GR_GL_RASTER_MULTISAMPLE 0x9327 |
+#define GR_GL_RASTER_SAMPLES 0x9328 |
+#define GR_GL_MAX_RASTER_SAMPLES 0x9329 |
+#define GR_GL_RASTER_FIXED_SAMPLE_LOCATIONS 0x932A |
+#define GR_GL_MULTISAMPLE_RASTERIZATION_ALLOWED 0x932B |
+#define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C |
+ |
#endif |