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

Unified Diff: ui/gl/gl_bindings.h

Issue 255713008: Change glimage to accept a type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build Created 6 years, 8 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 a1786e6ac6c0f9fef75495667c5f9b7ebe0939f3..78ae022b57a8ca32387cda26367e9f2df97a0e0f 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -131,6 +131,11 @@
// GL_CHROMIUM_sync_query
#define GL_COMMANDS_COMPLETED_CHROMIUM 0x84F7
+// GL_CHROMIUM_image
+#define GL_IMAGE_ROWBYTES_CHROMIUM 0x78F0
+#define GL_IMAGE_CPU_READ_WRITE_CHROMIUM 0x78F1
+#define GL_IMAGE_SCANOUT_CHROMIUM 0x78F2
+
// GL_OES_texure_3D
#define GL_SAMPLER_3D_OES 0x8B5F

Powered by Google App Engine
This is Rietveld 408576698