Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 318fcd4d536bd7b9930eed8b54cf04cd2cb1857c..3f6755dec234088e66529f9c82e787494a3e09d7 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 |