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

Unified Diff: Source/platform/graphics/GraphicsTypes3D.h

Issue 274833002: Enable WebGL rendering into ImageCHROMIUM, backed by a scanout buffer to enable overlay suppor… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix release Created 6 years, 7 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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsTypes3D.h
diff --git a/Source/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
index 274fdd2f36b334acfd69fa204e90521cb1d2eefa..0bef5e1645cc76a929b721992cddbc1afc42fa2e 100644
--- a/Source/platform/graphics/GraphicsTypes3D.h
+++ b/Source/platform/graphics/GraphicsTypes3D.h
@@ -53,4 +53,9 @@ const unsigned GC3D_COMPRESSED_ATC_RGB_AMD = 0x8C92;
const unsigned GC3D_COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93;
const unsigned GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE;
+// GL_CHROMIUM_image
+const unsigned GC3D_IMAGE_ROWBYTES_CHROMIUM = 0x78F0;
+const unsigned GC3D_IMAGE_MAP_CHROMIUM = 0x78F1;
+const unsigned GC3D_IMAGE_SCANOUT_CHROMIUM = 0x78F2;
+
#endif
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698