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

Side by Side Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycrcb_420_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 unified diff | Download patch
OLDNEW
1 Name 1 Name
2 2
3 CHROMIUM_ycrcb_420_image 3 CHROMIUM_ycrcb_420_image
4 4
5 Name Strings 5 Name Strings
6 6
7 GL_CHROMIUM_ycrcb_420_image 7 GL_CHROMIUM_ycrcb_420_image
8 8
9 Version 9 Version
10 10
11 Last Modifed Date: April 10, 2015 11 Last Modifed Date: April 10, 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 YV12 buffers with YVU components. 22 image from underlying YV12 buffers with YVU components.
23 23
24 This extension is useful in conjunction with CreateImageCHROMIUM and 24 This extension is useful in conjunction with CreateImageCHROMIUM to define
25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer 25 the format of GpuMemoryBuffer backing the image.
26 backing the image.
27 26
28 New Procedures and Functions 27 New Procedures and Functions
29 28
30 None. 29 None.
31 30
32 Errors 31 Errors
33 32
34 None. 33 None.
35 34
36 New Tokens 35 New Tokens
37 36
38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and 37 Accepted by the <internalformat> parameter of CreateImageCHROMIUM.
39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM:
40 GL_RGB_YCRCB_420_CHROMIUM 0x78FA
41 38
42 New State 39 New State
43 40
44 None. 41 None.
45 42
46 Revision History 43 Revision History
47 44
48 4/10/2015 Documented the extension 45 4/10/2015 Documented the extension
OLDNEW
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698