Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index cc588b93b77fd965e87be7890a6b673a1a718296..89ff56b8852274dc520eca27a18d65c3549fc78d 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -889,6 +889,9 @@ |
#define GR_GL_MULTISAMPLE_RASTERIZATION_ALLOWED 0x932B |
#define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C |
+/* GL_NV_sample_locations and GL_ARB_sample_locations */ |
+#define GR_GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS 0x9342 |
+ |
/* GL_KHR_debug */ |
#define GR_GL_DEBUG_OUTPUT 0x92E0 |
#define GR_GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242 |