| Index: src/gpu/gl/GrGLDefines.h
|
| diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
|
| index 58762e35c97e9b60493fb936a5ad58c7ba898f8d..e2ddde88c40e1bbbb9a225d2254523e43ee0aff6 100644
|
| --- a/src/gpu/gl/GrGLDefines.h
|
| +++ b/src/gpu/gl/GrGLDefines.h
|
| @@ -238,6 +238,19 @@
|
| #define GR_GL_COMPRESSED_RGBA8_ETC2 0x9278
|
| #define GR_GL_COMPRESSED_SRGB8_ALPHA8_ETC2 0x9279
|
|
|
| +#define GR_GL_COMPRESSED_LUMINANCE_LATC1 0x8C70
|
| +#define GR_GL_COMPRESSED_SIGNED_LUMINANCE_LATC1 0x8C71
|
| +#define GR_GL_COMPRESSED_LUMINANCE_ALPHA_LATC2 0x8C72
|
| +#define GR_GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2 0x8C73
|
| +
|
| +#define GR_GL_COMPRESSED_RED_RGTC1 0x8DBB
|
| +#define GR_GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC
|
| +#define GR_GL_COMPRESSED_RED_GREEN_RGTC2 0x8DBD
|
| +#define GR_GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2 0x8DBE
|
| +
|
| +#define GR_GL_COMPRESSED_3DC_X 0x87F9
|
| +#define GR_GL_COMPRESSED_3DC_XY 0x87FA
|
| +
|
| #define GR_GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C
|
| #define GR_GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D
|
| #define GR_GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E
|
|
|