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

Side by Side Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually enable/disable capabilities. Typo. Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name 1 Name
2 2
3 CHROMIUM_ycbcr_422_image 3 CHROMIUM_ycbcr_420v_image
4 4
5 Name Strings 5 Name Strings
6 6
7 GL_CHROMIUM_ycbcr_422_image 7 GL_CHROMIUM_ycbcr_420v_image
8 8
9 Version 9 Version
10 10
11 Last Modifed Date: August 26, 2015 11 Last Modifed Date: October 26, 2015
12 12
13 Dependencies 13 Dependencies
14 14
15 OpenGL ES 2.0 is required. 15 OpenGL ES 2.0 is required.
16 16
17 GL_CHROMIUM_image is required. 17 GL_CHROMIUM_image is required.
18 18
19 Overview 19 Overview
20 20
21 This extension provides a new internal image format to use when creating an 21 This extension provides a new internal image format to use when creating an
22 image from underlying '2vuy' buffers. 22 image from underlying '420v' buffers.
23 23
24 This extension is useful in conjunction with CreateImageCHROMIUM and 24 This extension is useful in conjunction with CreateImageCHROMIUM and
25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer 25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer
26 backing the image. 26 backing the image.
27 27
28 New Procedures and Functions 28 New Procedures and Functions
29 29
30 None. 30 None.
31 31
32 Errors 32 Errors
33 33
34 None. 34 None.
35 35
36 New Tokens 36 New Tokens
37 37
38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and 38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and
39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM: 39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM:
40 GL_RGB_YCBCR_422_CHROMIUM 0x78FB 40 GL_RGB_YCBCR_420V_CHROMIUM 0x78FC
41 41
42 New State 42 New State
43 43
44 None. 44 None.
45 45
46 Revision History 46 Revision History
47 47
48 8/26/2015 Documented the extension 48 10/26/2015 Documented the extension
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698