Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 219501c1f8ac92c886917d9510a1dada3e452d7d..a8e57a5b0a32335477de5ce12d7754dde1873225 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -212,6 +212,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 |