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

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

Issue 592933003: Fix for surfaceless implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_image 3 CHROMIUM_image
4 4
5 Name Strings 5 Name Strings
6 6
7 GL_CHROMIUM_image 7 GL_CHROMIUM_image
8 8
9 Version 9 Version
10 10
(...skipping 27 matching lines...) Expand all
38 38
39 Accepted by the <pname> parameter of GetImageParameterivCHROMIUM: 39 Accepted by the <pname> parameter of GetImageParameterivCHROMIUM:
40 40
41 IMAGE_ROWBYTES_CHROMIUM 0x78F0 41 IMAGE_ROWBYTES_CHROMIUM 0x78F0
42 42
43 Accepted by the <usage> parameter of CreateImageCHROMIUM: 43 Accepted by the <usage> parameter of CreateImageCHROMIUM:
44 44
45 IMAGE_MAP_CHROMIUM 0x78F1 45 IMAGE_MAP_CHROMIUM 0x78F1
46 IMAGE_SCANOUT_CHROMIUM 0x78F2 46 IMAGE_SCANOUT_CHROMIUM 0x78F2
47 47
48 Accepted by the <internalformat> parameter of CreateImageCHROMIUM:
alexst (slow to review) 2014/09/23 17:48:21 please add a new line after CreateImageCHROMIUM
49 GL_RGBX8_CHROMIUM 0x78F3
50
48 New Procedures and Functions 51 New Procedures and Functions
49 52
50 GLuint CreateImageCHROMIUM(GLsizei width, GLsizei height, 53 GLuint CreateImageCHROMIUM(GLsizei width, GLsizei height,
51 GLenum internalformat, GLenum usage) 54 GLenum internalformat, GLenum usage)
52 55
53 Allocate an image with width equal to <width> and height equal 56 Allocate an image with width equal to <width> and height equal
54 to <height> stored in format <internalformat>. 57 to <height> stored in format <internalformat>.
55 58
56 Returns a unique identifier for the allocated image that could be used 59 Returns a unique identifier for the allocated image that could be used
57 in subsequent operations. 60 in subsequent operations.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 None. 111 None.
109 112
110 New State 113 New State
111 114
112 None. 115 None.
113 116
114 Revision History 117 Revision History
115 118
116 5/9/2013 Documented the extension 119 5/9/2013 Documented the extension
117 4/30/2014 Moved usage flag to creation function. 120 4/30/2014 Moved usage flag to creation function.
OLDNEW
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698