Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: gpu/GLES2/gl2extchromium.h

Issue 1305153005: Add CHROMIUM_ycbcr_422_image extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/GLES2/gl2extchromium.h
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
index 584d29a267d96737a951a9d45682eb61bd6da913..7162b0725fe9591b7cb806012c73bb3296ae68ec 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -140,6 +140,10 @@ typedef void (
#define GL_RGB_YUV_420_CHROMIUM 0x78FA
#endif
+#ifndef GL_RGB_YCRCR_422_CHROMIUM
+#define GL_RGB_YCRCR_422_CHROMIUM 0x78FB
+#endif
+
#ifdef GL_GLEXT_PROTOTYPES
GL_APICALL GLuint GL_APIENTRY glCreateGpuMemoryBufferImageCHROMIUM(
GLsizei width,

Powered by Google App Engine
This is Rietveld 408576698