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

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

Issue 1341423006: Removing GL context rate limiting feature and related wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed mojo autogens Created 5 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 // 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 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 GLuint height, 1262 GLuint height,
1263 GLfloat scale_factor) { 1263 GLfloat scale_factor) {
1264 gles2::GetGLContext()->ResizeCHROMIUM(width, height, scale_factor); 1264 gles2::GetGLContext()->ResizeCHROMIUM(width, height, scale_factor);
1265 } 1265 }
1266 const GLchar* GL_APIENTRY GLES2GetRequestableExtensionsCHROMIUM() { 1266 const GLchar* GL_APIENTRY GLES2GetRequestableExtensionsCHROMIUM() {
1267 return gles2::GetGLContext()->GetRequestableExtensionsCHROMIUM(); 1267 return gles2::GetGLContext()->GetRequestableExtensionsCHROMIUM();
1268 } 1268 }
1269 void GL_APIENTRY GLES2RequestExtensionCHROMIUM(const char* extension) { 1269 void GL_APIENTRY GLES2RequestExtensionCHROMIUM(const char* extension) {
1270 gles2::GetGLContext()->RequestExtensionCHROMIUM(extension); 1270 gles2::GetGLContext()->RequestExtensionCHROMIUM(extension);
1271 } 1271 }
1272 void GL_APIENTRY GLES2RateLimitOffscreenContextCHROMIUM() {
1273 gles2::GetGLContext()->RateLimitOffscreenContextCHROMIUM();
1274 }
1275 void GL_APIENTRY GLES2GetProgramInfoCHROMIUM(GLuint program, 1272 void GL_APIENTRY GLES2GetProgramInfoCHROMIUM(GLuint program,
1276 GLsizei bufsize, 1273 GLsizei bufsize,
1277 GLsizei* size, 1274 GLsizei* size,
1278 void* info) { 1275 void* info) {
1279 gles2::GetGLContext()->GetProgramInfoCHROMIUM(program, bufsize, size, info); 1276 gles2::GetGLContext()->GetProgramInfoCHROMIUM(program, bufsize, size, info);
1280 } 1277 }
1281 void GL_APIENTRY GLES2GetUniformBlocksCHROMIUM(GLuint program, 1278 void GL_APIENTRY GLES2GetUniformBlocksCHROMIUM(GLuint program,
1282 GLsizei bufsize, 1279 GLsizei bufsize,
1283 GLsizei* size, 1280 GLsizei* size,
1284 void* info) { 1281 void* info) {
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 { 2551 {
2555 "glGetRequestableExtensionsCHROMIUM", 2552 "glGetRequestableExtensionsCHROMIUM",
2556 reinterpret_cast<GLES2FunctionPointer>( 2553 reinterpret_cast<GLES2FunctionPointer>(
2557 glGetRequestableExtensionsCHROMIUM), 2554 glGetRequestableExtensionsCHROMIUM),
2558 }, 2555 },
2559 { 2556 {
2560 "glRequestExtensionCHROMIUM", 2557 "glRequestExtensionCHROMIUM",
2561 reinterpret_cast<GLES2FunctionPointer>(glRequestExtensionCHROMIUM), 2558 reinterpret_cast<GLES2FunctionPointer>(glRequestExtensionCHROMIUM),
2562 }, 2559 },
2563 { 2560 {
2564 "glRateLimitOffscreenContextCHROMIUM",
2565 reinterpret_cast<GLES2FunctionPointer>(
2566 glRateLimitOffscreenContextCHROMIUM),
2567 },
2568 {
2569 "glGetProgramInfoCHROMIUM", 2561 "glGetProgramInfoCHROMIUM",
2570 reinterpret_cast<GLES2FunctionPointer>(glGetProgramInfoCHROMIUM), 2562 reinterpret_cast<GLES2FunctionPointer>(glGetProgramInfoCHROMIUM),
2571 }, 2563 },
2572 { 2564 {
2573 "glGetUniformBlocksCHROMIUM", 2565 "glGetUniformBlocksCHROMIUM",
2574 reinterpret_cast<GLES2FunctionPointer>(glGetUniformBlocksCHROMIUM), 2566 reinterpret_cast<GLES2FunctionPointer>(glGetUniformBlocksCHROMIUM),
2575 }, 2567 },
2576 { 2568 {
2577 "glGetTransformFeedbackVaryingsCHROMIUM", 2569 "glGetTransformFeedbackVaryingsCHROMIUM",
2578 reinterpret_cast<GLES2FunctionPointer>( 2570 reinterpret_cast<GLES2FunctionPointer>(
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
2822 reinterpret_cast<GLES2FunctionPointer>( 2814 reinterpret_cast<GLES2FunctionPointer>(
2823 glApplyScreenSpaceAntialiasingCHROMIUM), 2815 glApplyScreenSpaceAntialiasingCHROMIUM),
2824 }, 2816 },
2825 { 2817 {
2826 NULL, NULL, 2818 NULL, NULL,
2827 }, 2819 },
2828 }; 2820 };
2829 2821
2830 } // namespace gles2 2822 } // namespace gles2
2831 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2823 #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_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698