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

Side by Side Diff: gpu/command_buffer/client/gles2_c_lib_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
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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 GLfloat uv_y, 1514 GLfloat uv_y,
1515 GLfloat uv_width, 1515 GLfloat uv_width,
1516 GLfloat uv_height) { 1516 GLfloat uv_height) {
1517 gles2::GetGLContext()->ScheduleOverlayPlaneCHROMIUM( 1517 gles2::GetGLContext()->ScheduleOverlayPlaneCHROMIUM(
1518 plane_z_order, plane_transform, overlay_texture_id, bounds_x, bounds_y, 1518 plane_z_order, plane_transform, overlay_texture_id, bounds_x, bounds_y,
1519 bounds_width, bounds_height, uv_x, uv_y, uv_width, uv_height); 1519 bounds_width, bounds_height, uv_x, uv_y, uv_width, uv_height);
1520 } 1520 }
1521 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1521 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1522 const GLfloat* contents_rect, 1522 const GLfloat* contents_rect,
1523 GLfloat opacity, 1523 GLfloat opacity,
1524 const GLuint background_color, 1524 GLuint background_color,
1525 const GLfloat* bounds_size, 1525 GLuint edge_aa_mask,
1526 const GLfloat* bounds_rect,
1527 GLboolean is_clipped,
1528 const GLfloat* clip_rect,
1529 GLint sorting_context_id,
1526 const GLfloat* transform) { 1530 const GLfloat* transform) {
1527 gles2::GetGLContext()->ScheduleCALayerCHROMIUM( 1531 gles2::GetGLContext()->ScheduleCALayerCHROMIUM(
1528 contents_texture_id, contents_rect, opacity, background_color, 1532 contents_texture_id, contents_rect, opacity, background_color,
1529 bounds_size, transform); 1533 edge_aa_mask, bounds_rect, is_clipped, clip_rect, sorting_context_id,
1534 transform);
1530 } 1535 }
1531 void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() { 1536 void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() {
1532 gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM(); 1537 gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM();
1533 } 1538 }
1534 void GL_APIENTRY GLES2SwapInterval(GLint interval) { 1539 void GL_APIENTRY GLES2SwapInterval(GLint interval) {
1535 gles2::GetGLContext()->SwapInterval(interval); 1540 gles2::GetGLContext()->SwapInterval(interval);
1536 } 1541 }
1537 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() { 1542 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() {
1538 gles2::GetGLContext()->FlushDriverCachesCHROMIUM(); 1543 gles2::GetGLContext()->FlushDriverCachesCHROMIUM();
1539 } 1544 }
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 "glGetFragDataIndexEXT", 3034 "glGetFragDataIndexEXT",
3030 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT), 3035 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataIndexEXT),
3031 }, 3036 },
3032 { 3037 {
3033 NULL, NULL, 3038 NULL, NULL,
3034 }, 3039 },
3035 }; 3040 };
3036 3041
3037 } // namespace gles2 3042 } // namespace gles2
3038 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3043 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698