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

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 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: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
index c83453ec7065ea8613a1c4fc59a9125b0279f018..db0957b6f78b7887b6b80937ca8b9c7baaa35191 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
@@ -21,9 +21,8 @@ Overview
This extension provides a new internal image format to use when creating an
image from underlying '420v' buffers.
- This extension is useful in conjunction with CreateImageCHROMIUM and
- CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer
- backing the image.
+ This extension is useful in conjunction with CreateImageCHROMIUM to define
+ the format of GpuMemoryBuffer backing the image.
New Procedures and Functions
@@ -35,9 +34,7 @@ Errors
New Tokens
- Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and
- <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM:
- GL_RGB_YCBCR_420V_CHROMIUM 0x78FC
+ Accepted by the <internalformat> parameter of CreateImageCHROMIUM.
New State

Powered by Google App Engine
This is Rietveld 408576698