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

Side by Side Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile 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 | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_surface.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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 bounds_height, 371 bounds_height,
372 uv_x, 372 uv_x,
373 uv_y, 373 uv_y,
374 uv_width, 374 uv_width,
375 uv_height)) 375 uv_height))
376 VISIT_GL_CALL(ScheduleCALayerCHROMIUM, 376 VISIT_GL_CALL(ScheduleCALayerCHROMIUM,
377 void, 377 void,
378 (GLuint contents_texture_id, 378 (GLuint contents_texture_id,
379 const GLfloat* contents_rect, 379 const GLfloat* contents_rect,
380 GLfloat opacity, 380 GLfloat opacity,
381 const GLuint background_color, 381 GLuint background_color,
382 const GLfloat* bounds_size, 382 GLuint edge_aa_mask,
383 const GLfloat* bounds_rect,
384 GLboolean is_clipped,
385 const GLfloat* clip_rect,
386 GLint sorting_context_id,
383 const GLfloat* transform), 387 const GLfloat* transform),
384 (contents_texture_id, 388 (contents_texture_id,
385 contents_rect, 389 contents_rect,
386 opacity, 390 opacity,
387 background_color, 391 background_color,
388 bounds_size, 392 edge_aa_mask,
393 bounds_rect,
394 is_clipped,
395 clip_rect,
396 sorting_context_id,
389 transform)) 397 transform))
390 VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ()) 398 VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ())
391 VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval)) 399 VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval))
392 VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ()) 400 VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ())
393 VISIT_GL_CALL(MatrixLoadfCHROMIUM, 401 VISIT_GL_CALL(MatrixLoadfCHROMIUM,
394 void, 402 void,
395 (GLenum matrixMode, const GLfloat* m), 403 (GLenum matrixMode, const GLfloat* m),
396 (matrixMode, m)) 404 (matrixMode, m))
397 VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM, 405 VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM,
398 void, 406 void,
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 (GLuint program, GLuint colorNumber, GLuint index, const char* name), 586 (GLuint program, GLuint colorNumber, GLuint index, const char* name),
579 (program, colorNumber, index, name)) 587 (program, colorNumber, index, name))
580 VISIT_GL_CALL(BindFragDataLocationEXT, 588 VISIT_GL_CALL(BindFragDataLocationEXT,
581 void, 589 void,
582 (GLuint program, GLuint colorNumber, const char* name), 590 (GLuint program, GLuint colorNumber, const char* name),
583 (program, colorNumber, name)) 591 (program, colorNumber, name))
584 VISIT_GL_CALL(GetFragDataIndexEXT, 592 VISIT_GL_CALL(GetFragDataIndexEXT,
585 GLint, 593 GLint,
586 (GLuint program, const char* name), 594 (GLuint program, const char* name),
587 (program, name)) 595 (program, name))
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698