Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 228f25800210ffb8f7fe7763ecad8fdbebe66a96..d6fe4291173cddb9a6db07c02fef0eb894ac5eb4 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -209,6 +209,10 @@ |
#define GR_GL_PACK_ALIGNMENT 0x0D05 |
#define GR_GL_PACK_REVERSE_ROW_ORDER 0x93A4 |
#define GR_GL_MAX_TEXTURE_SIZE 0x0D33 |
+#define GR_GL_TEXTURE_MIN_LOD 0x813A |
+#define GR_GL_TEXTURE_MAX_LOD 0x813B |
+#define GR_GL_TEXTURE_BASE_LEVEL 0x813C |
+#define GR_GL_TEXTURE_MAX_LEVEL 0x813D |
#define GR_GL_MAX_VIEWPORT_DIMS 0x0D3A |
#define GR_GL_SUBPIXEL_BITS 0x0D50 |
#define GR_GL_RED_BITS 0x0D52 |