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

Unified Diff: ui/gl/gl_bindings.h

Issue 2945673002: Allow creating GLImage-backed textures with glTexStorage2D. (Closed)
Patch Set: add test Created 3 years, 6 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: ui/gl/gl_bindings.h
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
index f0e7f583c311d3ad7415cd68e68c9bb76cdd3503..76b5489f64c4bff6a0f6c1ba7f35c550eae7ad35 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -148,6 +148,10 @@
// GL_CHROMIUM_ycbcr_422_image
#define GL_RGB_YCBCR_422_CHROMIUM 0x78FB
+// GL_CHROMIUM_texture_buffer
+#define GL_TEXTURE_BUFFER_USAGE_CHROMIUM 0x78FD
+#define GL_TEXTURE_BUFFER_SCANOUT_CHROMIUM 0x78FE
+
// GL_CHROMIUM_ycbcr_420v_image
#define GL_RGB_YCBCR_420V_CHROMIUM 0x78FC

Powered by Google App Engine
This is Rietveld 408576698