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

Unified Diff: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1309743005: command_buffer: Implement EXT_blend_func_extended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
similarity index 96%
copy from mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
copy to third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index a6c858503a0353429a04646f5ab1810de984516c..88ab603a5a51b193471cd50eb0bed1636222f295 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -140,11 +140,10 @@ VISIT_GL_CALL(
GLenum access),
(target, level, xoffset, yoffset, width, height, format, type, access))
VISIT_GL_CALL(UnmapTexSubImage2DCHROMIUM, void, (const void* mem), (mem))
-VISIT_GL_CALL(
- ResizeCHROMIUM,
- void,
- (GLuint width, GLuint height, GLfloat scale_factor, GLboolean alpha),
- (width, height, scale_factor, alpha))
+VISIT_GL_CALL(ResizeCHROMIUM,
+ void,
+ (GLuint width, GLuint height, GLfloat scale_factor),
+ (width, height, scale_factor))
VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ())
VISIT_GL_CALL(RequestExtensionCHROMIUM,
void,
@@ -154,6 +153,7 @@ VISIT_GL_CALL(GetProgramInfoCHROMIUM,
void,
(GLuint program, GLsizei bufsize, GLsizei* size, void* info),
(program, bufsize, size, info))
+VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
VISIT_GL_CALL(
CreateImageCHROMIUM,
GLuint,
@@ -369,21 +369,6 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
uv_y,
uv_width,
uv_height))
-VISIT_GL_CALL(ScheduleCALayerCHROMIUM,
- void,
- (GLuint contents_texture_id,
- const GLfloat* contents_rect,
- GLfloat opacity,
- const GLuint background_color,
- const GLfloat* bounds_size,
- const GLfloat* transform),
- (contents_texture_id,
- contents_rect,
- opacity,
- background_color,
- bounds_size,
- transform))
-VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ())
VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval))
VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ())
VISIT_GL_CALL(MatrixLoadfCHROMIUM,
@@ -568,3 +553,16 @@ VISIT_GL_CALL(ProgramPathFragmentInputGenCHROMIUM,
VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ())
+VISIT_GL_CALL(
+ BindFragDataLocationIndexedEXT,
+ void,
+ (GLuint program, GLuint colorNumber, GLuint index, const char* name),
+ (program, colorNumber, index, name))
+VISIT_GL_CALL(BindFragDataLocationEXT,
+ void,
+ (GLuint program, GLuint colorNumber, const char* name),
+ (program, colorNumber, name))
+VISIT_GL_CALL(GetFragDataIndexEXT,
+ GLint,
+ (GLuint program, const char* name),
+ (program, name))
« no previous file with comments | « mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698