| Index: gpu/command_buffer/service/gl_utils.h
|
| diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h
|
| index 3091ee79f17c1ff279d34b3d999c3ad5d83c7cfe..3648d4f591f0e8c066d886c4d205541ed847b285 100644
|
| --- a/gpu/command_buffer/service/gl_utils.h
|
| +++ b/gpu/command_buffer/service/gl_utils.h
|
| @@ -32,6 +32,12 @@
|
| #define GL_RGB8_OES 0x8051
|
| #define GL_RGBA8_OES 0x8058
|
|
|
| +// GL_OES_EGL_image_external
|
| +#define GL_TEXTURE_EXTERNAL_OES 0x8D65
|
| +#define GL_SAMPLER_EXTERNAL_OES 0x8D66
|
| +#define GL_TEXTURE_BINDING_EXTERNAL_OES 0x8D67
|
| +#define GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES 0x8D68
|
| +
|
| #define GL_GLEXT_PROTOTYPES 1
|
|
|
| // Define this for extra GL error debugging (slower).
|
|
|