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

Unified Diff: ui/gl/gl_bindings.h

Issue 1559203003: Add GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added enum, removed count parameter. Created 4 years, 10 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 62952f54a31059b3a27970036511f14fbbc2df5c..3e00f0629ae5767c7495f29b99a86ef180b32a33 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -148,6 +148,9 @@
#define GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM 0x924B
#define GL_MOUSE_POSITION_CHROMIUM 0x924C
+// GL_CHROMIUM_custom_matrix
+#define GL_CUSTOM_MATRIX_STREAM_TEXTURE_CHROMIUM 0x9290
+
// GL_OES_texure_3D
#define GL_SAMPLER_3D_OES 0x8B5F

Powered by Google App Engine
This is Rietveld 408576698