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

Side by Side Diff: gpu/command_buffer/client/gles2_c_lib_autogen.h

Issue 1472993003: Add CommitOverlayPlanesCHROMIUM command buffer function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the extension description txt file 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 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 1516 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
1517 const GLfloat* contents_rect, 1517 const GLfloat* contents_rect,
1518 GLfloat opacity, 1518 GLfloat opacity,
1519 const GLuint background_color, 1519 const GLuint background_color,
1520 const GLfloat* bounds_size, 1520 const GLfloat* bounds_size,
1521 const GLfloat* transform) { 1521 const GLfloat* transform) {
1522 gles2::GetGLContext()->ScheduleCALayerCHROMIUM( 1522 gles2::GetGLContext()->ScheduleCALayerCHROMIUM(
1523 contents_texture_id, contents_rect, opacity, background_color, 1523 contents_texture_id, contents_rect, opacity, background_color,
1524 bounds_size, transform); 1524 bounds_size, transform);
1525 } 1525 }
1526 void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() {
1527 gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM();
1528 }
1526 void GL_APIENTRY GLES2SwapInterval(GLint interval) { 1529 void GL_APIENTRY GLES2SwapInterval(GLint interval) {
1527 gles2::GetGLContext()->SwapInterval(interval); 1530 gles2::GetGLContext()->SwapInterval(interval);
1528 } 1531 }
1529 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() { 1532 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() {
1530 gles2::GetGLContext()->FlushDriverCachesCHROMIUM(); 1533 gles2::GetGLContext()->FlushDriverCachesCHROMIUM();
1531 } 1534 }
1532 void GL_APIENTRY GLES2MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) { 1535 void GL_APIENTRY GLES2MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) {
1533 gles2::GetGLContext()->MatrixLoadfCHROMIUM(matrixMode, m); 1536 gles2::GetGLContext()->MatrixLoadfCHROMIUM(matrixMode, m);
1534 } 1537 }
1535 void GL_APIENTRY GLES2MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { 1538 void GL_APIENTRY GLES2MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 }, 2859 },
2857 { 2860 {
2858 "glScheduleOverlayPlaneCHROMIUM", 2861 "glScheduleOverlayPlaneCHROMIUM",
2859 reinterpret_cast<GLES2FunctionPointer>(glScheduleOverlayPlaneCHROMIUM), 2862 reinterpret_cast<GLES2FunctionPointer>(glScheduleOverlayPlaneCHROMIUM),
2860 }, 2863 },
2861 { 2864 {
2862 "glScheduleCALayerCHROMIUM", 2865 "glScheduleCALayerCHROMIUM",
2863 reinterpret_cast<GLES2FunctionPointer>(glScheduleCALayerCHROMIUM), 2866 reinterpret_cast<GLES2FunctionPointer>(glScheduleCALayerCHROMIUM),
2864 }, 2867 },
2865 { 2868 {
2869 "glCommitOverlayPlanesCHROMIUM",
2870 reinterpret_cast<GLES2FunctionPointer>(glCommitOverlayPlanesCHROMIUM),
2871 },
2872 {
2866 "glSwapInterval", 2873 "glSwapInterval",
2867 reinterpret_cast<GLES2FunctionPointer>(glSwapInterval), 2874 reinterpret_cast<GLES2FunctionPointer>(glSwapInterval),
2868 }, 2875 },
2869 { 2876 {
2870 "glFlushDriverCachesCHROMIUM", 2877 "glFlushDriverCachesCHROMIUM",
2871 reinterpret_cast<GLES2FunctionPointer>(glFlushDriverCachesCHROMIUM), 2878 reinterpret_cast<GLES2FunctionPointer>(glFlushDriverCachesCHROMIUM),
2872 }, 2879 },
2873 { 2880 {
2874 "glMatrixLoadfCHROMIUM", 2881 "glMatrixLoadfCHROMIUM",
2875 reinterpret_cast<GLES2FunctionPointer>(glMatrixLoadfCHROMIUM), 2882 reinterpret_cast<GLES2FunctionPointer>(glMatrixLoadfCHROMIUM),
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 reinterpret_cast<GLES2FunctionPointer>( 2992 reinterpret_cast<GLES2FunctionPointer>(
2986 glApplyScreenSpaceAntialiasingCHROMIUM), 2993 glApplyScreenSpaceAntialiasingCHROMIUM),
2987 }, 2994 },
2988 { 2995 {
2989 NULL, NULL, 2996 NULL, NULL,
2990 }, 2997 },
2991 }; 2998 };
2992 2999
2993 } // namespace gles2 3000 } // namespace gles2
2994 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 3001 #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